add default service (other) entries
Reviewed by: markm (in concept)
This commit is contained in:
parent
e34c71ea40
commit
e87f5a7464
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user