Changeset 528
- Timestamp:
- Feb 14, 2010, 11:43:23 PM (15 years ago)
- Location:
- trunk/puppet/modules/puppet-openldap/files/etc/pam.d
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/puppet/modules/puppet-openldap/files/etc/pam.d/common-account
r527 r528 15 15 16 16 # here are the per-package modules (the "Primary" block) 17 account [success=1 new_authtok_reqd=done default=ignore] pam_unix.so 17 account [success=2 new_authtok_reqd=done default=ignore] pam_unix.so 18 account [success=1 default=ignore] pam_ldap.so 18 19 # here's the fallback if no module succeeds 19 20 account requisite pam_deny.so -
trunk/puppet/modules/puppet-openldap/files/etc/pam.d/common-auth
r527 r528 15 15 16 16 # here are the per-package modules (the "Primary" block) 17 auth [success=1 default=ignore] pam_unix.so nullok_secure 17 auth [success=2 default=ignore] pam_unix.so nullok_secure 18 auth [success=1 default=ignore] pam_ldap.so use_first_pass 18 19 # here's the fallback if no module succeeds 19 20 auth requisite pam_deny.so -
trunk/puppet/modules/puppet-openldap/files/etc/pam.d/common-password
r527 r528 23 23 24 24 # here are the per-package modules (the "Primary" block) 25 password [success=1 default=ignore] pam_unix.so obscure sha512 25 password requisite pam_cracklib.so retry=3 minlen=8 difok=3 26 password [success=2 default=ignore] pam_unix.so obscure use_authtok try_first_pass sha512 27 password [success=1 user_unknown=ignore default=die] pam_ldap.so use_authtok try_first_pass 26 28 # here's the fallback if no module succeeds 27 29 password requisite pam_deny.so -
trunk/puppet/modules/puppet-openldap/files/etc/pam.d/common-session
r527 r528 22 22 session required pam_permit.so 23 23 # and here are more per-package modules (the "Additional" block) 24 session required pam_unix.so 24 session required pam_unix.so 25 session optional pam_ldap.so 25 26 session optional pam_ck_connector.so nox11 26 27 # end of pam-auth-update config 28 29 # if the home dir is not there, pam creates it with the umask provided + /etc/skel/ 30 session required pam_mkhomedir.so skel=/etc/skel/ umask=0077
Note: See TracChangeset
for help on using the changeset viewer.