|
Lines 1-6
Link Here
|
| 1 |
#%PAM-1.0 |
1 |
#%PAM-1.0 |
| 2 |
auth required pam_userpass.so |
2 |
auth required pam_userpass.so |
| 3 |
auth required pam_tcb.so shadow fork prefix=$2a$ count=8 nullok nodelay blank_nolog use_first_pass |
3 |
auth include system-auth-use_first_pass |
| 4 |
auth required pam_nologin.so |
4 |
auth required pam_nologin.so |
| 5 |
account include system-auth |
5 |
account include system-auth |
| 6 |
password include system-auth |
6 |
password include system-auth |