Add missing "nullok" option to pam_unix.

This commit is contained in:
Dag-Erling Smørgrav 2002-02-08 23:27:22 +00:00
parent e35f9517d6
commit 1f3030b053
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90417

View File

@ -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