Magellan Linux

Annotation of /trunk/pam/system-auth

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1479 - (hide 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 niro 1462 #%PAM-1.0
2     #
3     # The PAM configuration file for system authentication
4     #
5    
6 niro 1479 auth required pam_env.so
7     auth sufficient pam_unix.so try_first_pass nullok
8     auth required pam_deny.so
9 niro 1462
10 niro 1479 account required pam_unix.so
11 niro 1462
12 niro 1479 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 niro 1462
16 niro 1479 session required pam_limits.so
17     session required pam_unix.so
18     session optional pam_console.so