Comment 1 for bug 38318

Revision history for this message
Matthew Carpenter (matt-eisgr) wrote :

Probably should also mention that I'm also using pam_ldap and nss_ldap.

/etc/pam.d/common-auth
 auth sufficient pam_unix.so nullok_secure
 auth sufficient pam_ldap.so try_first_pass

/etc/pam.d/common-account
 account sufficient pam_unix.so
 account sufficient pam_ldap.so

/etc/pam.d/common-password
 password sufficient pam_unix.so nullok obscure min=4 max=8 md5
 password sufficient pam_ldap.so

/etc/pam.d/common-session
 session required pam_unix.so
 session required pam_ldap.so

Let me know if you need pam_ldap.conf or libnss-ldap.conf information.

Matt