source: npl/system/pam_auth/system-auth @ a1525ed

gcc484perl-5.22
Last change on this file since a1525ed was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 479 bytes
RevLine 
[c5c522c]1#%PAM-1.0
2
3auth       required     pam_env.so
4auth       sufficient   pam_unix.so try_first_pass likeauth nullok
5auth       required     pam_deny.so
6
7account    required     pam_unix.so
8
9password   required     pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 try_first_pass retry=3
10password   sufficient   pam_unix.so try_first_pass use_authtok nullok md5 shadow
11password   required     pam_deny.so
12
13session    required     pam_limits.so
14session    required     pam_unix.so
Note: See TracBrowser for help on using the repository browser.