User Tools

Site Tools


web_services:http_pam_auth

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
web_services:http_pam_auth [2013/03/15 10:32]
127.0.0.1 external edit
web_services:http_pam_auth [2013/03/15 17:17] (current)
tschulz [.htaccess]
Line 5: Line 5:
  
 ===== /​etc/​pam.d/​pwauth ===== ===== /​etc/​pam.d/​pwauth =====
-<code>​auth ​   required ​   pam_unix.so +<file config /​etc/​pam.d/​pwauth>​auth ​   required ​   pam_unix.so 
-account required ​   pam_unix.so</​code> +account required ​   pam_unix.so</​file>
 ===== httpd.conf ===== ===== httpd.conf =====
 <​code>​LoadModule authnz_external_module libexec/​apache22/​mod_authnz_external.so</​code>​ <​code>​LoadModule authnz_external_module libexec/​apache22/​mod_authnz_external.so</​code>​
Line 14: Line 13:
  
 ===== .htaccess ===== ===== .htaccess =====
-<code>​AuthName "some text"+<file apache .htacess>​AuthName "some text"
 AuthType Basic AuthType Basic
 Require valid-user Require valid-user
 AuthBasicProvider external AuthBasicProvider external
 AuthExternal pwauth AuthExternal pwauth
-</code>+</file>
  
web_services/http_pam_auth.1363361578.txt.gz · Last modified: 2013/03/15 14:13 (external edit)