Subversion Repositories configs

Rev

Rev 192 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 203
Line 1... Line 1...
1
#%PAM-1.0
1
#%PAM-1.0
2
# this MUST be first in the "auth" stack as it sets PAM_USER
-
 
3
# user_unknown is definitive, so die instead of ignore to avoid subsequent modules mess up the error code
-
 
4
-auth      [success=done new_authtok_reqd=done user_unknown=die default=ignore]   pam_cockpit_cert.so
-
 
5
auth       required     pam_sepermit.so
2
auth       required     pam_sepermit.so
6
auth       substack     password-auth
3
auth       substack     password-auth
7
auth       include      postlogin
4
auth       include      postlogin
8
auth       optional     pam_ssh_add.so
5
auth       optional     pam_ssh_add.so
9
account    required     pam_nologin.so
6
account    required     pam_nologin.so