aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-12-21 08:36:10 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-12-21 08:36:10 +0000
commite87f5a7464752980436d403fe7e41cd01de6cec3 (patch)
tree8870a47c3023095663ce99e4de1f9ff034e4ea76 /etc
parente34c71ea40a1a18d241a5459d22765bffe3eb719 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/pam.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/pam.conf b/etc/pam.conf
index 3f66affcbcb5..2e6091249e6c 100644
--- a/etc/pam.conf
+++ b/etc/pam.conf
@@ -21,3 +21,7 @@ login auth requisite pam_cleartext_pass_ok.so
# Traditional getpwnam() authentication.
login auth required pam_unix.so try_first_pass
+
+# If we don't match anything else, default to using getpwnam().
+other auth required pam_unix.so try_first_pass
+other account required pam_unix.so try_first_pass