From e87f5a7464752980436d403fe7e41cd01de6cec3 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Tue, 21 Dec 1999 08:36:10 +0000 Subject: [PATCH] add default service (other) entries Reviewed by: markm (in concept) --- etc/pam.conf | 4 ++++ 1 file changed, 4 insertions(+) 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