Created
September 21, 2012 20:18
-
-
Save fira/3763672 to your computer and use it in GitHub Desktop.
Sample pam.d system-auth
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
| auth required pam_env.so | |
| auth required pam_unix.so try_first_pass likeauth nullok | |
| auth optional pam_permit.so | |
| account required pam_unix.so | |
| account optional pam_permit.so | |
| password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3 | |
| password required pam_unix.so try_first_pass use_authtok nullok sha512 shadow | |
| password optional pam_permit.so | |
| session required pam_limits.so | |
| session required pam_env.so | |
| session required pam_unix.so | |
| session optional pam_permit.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment