diff options
| author | Michael Haro <mharo@FreeBSD.org> | 1999-12-21 08:36:10 +0000 |
|---|---|---|
| committer | Michael Haro <mharo@FreeBSD.org> | 1999-12-21 08:36:10 +0000 |
| commit | e87f5a7464752980436d403fe7e41cd01de6cec3 (patch) | |
| tree | 8870a47c3023095663ce99e4de1f9ff034e4ea76 /etc | |
| parent | e34c71ea40a1a18d241a5459d22765bffe3eb719 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/pam.conf | 4 |
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 |
