Decoding PAM configuration files ...
Posted
by Jamie
on Server Fault
See other posts from Server Fault
or by Jamie
Published on 2010-04-20T21:57:47Z
Indexed on
2010/04/20
22:03 UTC
Read the original article
Hit count: 595
Could someone point me to some (recent) documentation that would help me with decoding PAM configuration file lines like this:
auth [success=2 default=ignore] pam_unix.so nullok_secure
auth [success=1 default=ignore] pam_winbind.so krb5_auth krb5_ccache_type=FILE cached_login try_first_pass
I'm trying to get my Ubuntu box (testing 10.04 Server Beta 2) to use Active Directory, and the last step is to get PAM on the unix box to work, but I'm wary about making changes (and locking myself out) without understanding how to merge what I'm reading here with what ubuntu has implemented.
© Server Fault or respective owner