source:
npl/system/pam_auth/system-auth
@
516e1e9
| Last change on this file since 516e1e9 was c5c522c, checked in by , 9 years ago | |
|---|---|
|
|
| File size: 479 bytes | |
| Line | |
|---|---|
| 1 | #%PAM-1.0 |
| 2 | |
| 3 | auth required pam_env.so |
| 4 | auth sufficient pam_unix.so try_first_pass likeauth nullok |
| 5 | auth required pam_deny.so |
| 6 | |
| 7 | account required pam_unix.so |
| 8 | |
| 9 | password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 try_first_pass retry=3 |
| 10 | password sufficient pam_unix.so try_first_pass use_authtok nullok md5 shadow |
| 11 | password required pam_deny.so |
| 12 | |
| 13 | session required pam_limits.so |
| 14 | session required pam_unix.so |
Note: See TracBrowser
for help on using the repository browser.
