summaryrefslogtreecommitdiffstats
path: root/etc/pam.conf
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-12-21 08:36:10 +0000
committermharo <mharo@FreeBSD.org>1999-12-21 08:36:10 +0000
commit7016bce72f5503364ee0d010738f045376137544 (patch)
treec8a8a4a0482d26b1e53b1ccd0a5e083b08cf82e9 /etc/pam.conf
parent367ba76bfd7f174f8f5f824a936846ca6b127977 (diff)
downloadFreeBSD-src-7016bce72f5503364ee0d010738f045376137544.zip
FreeBSD-src-7016bce72f5503364ee0d010738f045376137544.tar.gz
add default service (other) entries
Reviewed by: markm (in concept)
Diffstat (limited to 'etc/pam.conf')
-rw-r--r--etc/pam.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/pam.conf b/etc/pam.conf
index 3f66aff..2e60912 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
OpenPOWER on IntegriCloud