Clarify comment about pam_unix fallback for ftpd

This commit is contained in:
Andrey A. Chernov 2002-01-01 13:38:01 +00:00
parent 47453701a1
commit 2ac0b4865e
2 changed files with 2 additions and 2 deletions

View file

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

View file

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