mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Previous commit was incomplete, use
"[default=ignore success=done cred_err=die]" options instead of "required"
This commit is contained in:
parent
012400dfcd
commit
e04359cdac
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ auth required pam_nologin.so no_warn
|
|||
#auth sufficient pam_kerberosIV.so no_warn
|
||||
#auth sufficient pam_krb5.so no_warn
|
||||
#auth sufficient pam_ssh.so no_warn try_first_pass
|
||||
auth required pam_opie.so no_warn
|
||||
auth [default=ignore success=done cred_err=die] pam_opie.so no_warn
|
||||
auth required pam_unix.so no_warn try_first_pass
|
||||
|
||||
# account
|
||||
|
|
|
|||
Loading…
Reference in a new issue