Created
June 30, 2011 19:05
-
-
Save jfryman/1056933 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# here are the per-package modules (the "Primary" block) | |
password [success=1 default=ignore] pam_unix.so obscure sha512 | |
# here's the fallback if no module succeeds | |
password requisite pam_deny.so | |
# prime the stack with a positive return value if there isn't one already; | |
# this avoids us returning an error just because nothing sets a success code | |
# since the modules above will each just jump around | |
password required pam_permit.so | |
# and here are more per-package modules (the "Additional" block) | |
# end of pam-auth-update config | |
password required pam_ldap.so ignore_unknown_user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment