summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMatt Smith <mgsmith@netgate.com>2015-11-18 10:29:56 -0600
committerMatt Smith <mgsmith@netgate.com>2015-11-18 10:29:56 -0600
commit1b9fd17d1cbf01cb825f6fc0a11f109334b692df (patch)
treef93ab0d1593b5370ada954a38256ed631e517cbb /etc
parent73261ef4d5a9a9e5ea299a0b8e8e9d44e62dee6a (diff)
downloadFreeBSD-src-1b9fd17d1cbf01cb825f6fc0a11f109334b692df.zip
FreeBSD-src-1b9fd17d1cbf01cb825f6fc0a11f109334b692df.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