Clarify comment about pam_unix fallback for ftpd

This commit is contained in:
ache 2002-01-01 13:38:01 +00:00
parent 32ba77b713
commit 90fd0cf3b4
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