[Bug 166542] Review Request: mod_auth_pam: PAM authentication module for Apache

bugzilla at redhat.com bugzilla at redhat.com
Tue Aug 23 11:58:08 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: mod_auth_pam: PAM authentication module for Apache


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=166542





------- Additional Comments From rdieter at math.unl.edu  2005-08-23 07:57 EST -------
Looks good (very close to what I've been using).  
 
Now, pam is a dark-art and mysterious black-box to me most of the time (so my 
understanding and suggestion my be way off-base), but, I'd suggest replacing 
the sample pam.d/httpd containing: 
#%PAM-1.0 
auth       required     /lib/security/pam_unix.so 
account    required     /lib/security/pam_unix.so 
 
with 
#%PAM-1.0 
auth       required     pam_stack.so service=system-auth 
account    required     pam_stack.so service=system-auth 
 
so that mod_auth_pam uses whatever has been configured via system-config-auth. 

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list