Change comment since fallback provided now not by ftpd but by pam_opie

This commit is contained in:
Andrey A. Chernov 2002-01-19 03:35:39 +00:00
parent 8c70adab72
commit a3643aa542

View File

@ -10,7 +10,8 @@ auth required pam_nologin.so no_warn
#auth sufficient pam_krb5.so no_warn
#auth sufficient pam_ssh.so no_warn try_first_pass
# Uncomment either pam_opie or pam_unix, but not both of them.
# pam_unix can't be simple chained with pam_opie, ftpd provides proper fallback
# pam_unix can't be simple chained with pam_opie, pam_opie itself
# provides proper fallback
auth required pam_opie.so no_warn
#auth required pam_unix.so no_warn try_first_pass