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

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