mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
Clarify comment about pam_unix fallback for ftpd
This commit is contained in:
parent
47453701a1
commit
2ac0b4865e
2 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ ftpd auth required pam_nologin.so no_warn
|
|||
#ftpd auth sufficient pam_krb5.so no_warn
|
||||
#ftpd auth sufficient pam_ssh.so no_warn try_first_pass
|
||||
ftpd auth required pam_opie.so no_warn
|
||||
#Auth pam_unix functionality handled internally
|
||||
#Auth pam_unix functionality handled internally and can't be chained
|
||||
#ftpd account required pam_kerberosIV.so
|
||||
#ftpd account required pam_krb5.so
|
||||
ftpd account required pam_unix.so
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ auth required pam_nologin.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
|
||||
# pam_unix functionality handled internally
|
||||
# pam_unix functionality handled internally and can't be chained
|
||||
|
||||
# account
|
||||
#account required pam_kerberosIV.so
|
||||
|
|
|
|||
Loading…
Reference in a new issue