perl-5.22
|
Last change
on this file since 34a7c56 was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 9 years ago
|
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
|
File size:
479 bytes
|
| Rev | Line | |
|---|
| [c5c522c] | 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.