Magellan Linux

Contents of /trunk/pam/system-auth

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1479 - (show annotations) (download)
Wed Aug 3 17:27:54 2011 UTC (12 years, 9 months ago) by niro
File size: 488 byte(s)
-fixed whitespaces
1 #%PAM-1.0
2 #
3 # The PAM configuration file for system authentication
4 #
5
6 auth required pam_env.so
7 auth sufficient pam_unix.so try_first_pass nullok
8 auth required pam_deny.so
9
10 account required pam_unix.so
11
12 password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3
13 password sufficient pam_unix.so try_first_pass use_authtok nullok md5 shadow
14 password required pam_deny.so
15
16 session required pam_limits.so
17 session required pam_unix.so
18 session optional pam_console.so