Add missing "nullok" option to pam_unix.
This commit is contained in:
parent
fcaa25d991
commit
9a8ae53f42
@ -12,7 +12,7 @@ auth requisite pam_opieaccess.so no_warn
|
||||
#auth sufficient pam_kerberosIV.so no_warn try_first_pass
|
||||
#auth sufficient pam_krb5.so no_warn try_first_pass
|
||||
#auth required pam_ssh.so no_warn try_first_pass
|
||||
auth required pam_unix.so no_warn try_first_pass
|
||||
auth required pam_unix.so no_warn try_first_pass nullok
|
||||
|
||||
# account
|
||||
#account required pam_kerberosIV.so
|
||||
|
Loading…
Reference in New Issue
Block a user