summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-17 13:53:15 -0300
committerRenato Botelho <renato@netgate.com>2015-08-17 13:53:15 -0300
commitb987578f7b8f79b9702e19da7b103b35f72b4693 (patch)
tree60efce3508d5fac2b3342cde071c2fc7cbb03f61 /etc
parent62498dd06a33a82a579d1cc113c2fa04d995ac91 (diff)
downloadFreeBSD-src-b987578f7b8f79b9702e19da7b103b35f72b4693.zip
FreeBSD-src-b987578f7b8f79b9702e19da7b103b35f72b4693.tar.gz
Importing pfSense patch pam_remove_nullok.diff
Diffstat (limited to 'etc')
-rw-r--r--etc/pam.d/passwd2
-rw-r--r--etc/pam.d/system2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/pam.d/passwd b/etc/pam.d/passwd
index e655083..fb768cf 100644
--- a/etc/pam.d/passwd
+++ b/etc/pam.d/passwd
@@ -8,4 +8,4 @@
# password
#password requisite pam_passwdqc.so enforce=users
-password required pam_unix.so no_warn try_first_pass nullok
+password required pam_unix.so no_warn try_first_pass
diff --git a/etc/pam.d/system b/etc/pam.d/system
index b8b7101..faf006b 100644
--- a/etc/pam.d/system
+++ b/etc/pam.d/system
@@ -9,7 +9,7 @@ auth sufficient pam_opie.so no_warn no_fake_prompts
auth requisite pam_opieaccess.so no_warn allow_local
#auth sufficient pam_krb5.so no_warn try_first_pass
#auth sufficient pam_ssh.so no_warn try_first_pass
-auth required pam_unix.so no_warn try_first_pass nullok
+auth required pam_unix.so no_warn try_first_pass
# account
#account required pam_krb5.so
OpenPOWER on IntegriCloud