add default service (other) entries

Reviewed by:	markm (in concept)
This commit is contained in:
Michael Haro 1999-12-21 08:36:10 +00:00
parent e34c71ea40
commit e87f5a7464
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54940

View File

@ -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