Improve pam_unix/opie related ftpd comment even more

This commit is contained in:
Andrey A. Chernov 2002-01-02 09:51:33 +00:00
parent 26a4599362
commit 283004853b
2 changed files with 6 additions and 2 deletions

View File

@ -104,8 +104,10 @@ ftpd auth required pam_nologin.so no_warn
#ftpd auth sufficient pam_kerberosIV.so no_warn
#ftpd auth sufficient pam_krb5.so no_warn
#ftpd 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
ftpd auth required pam_opie.so no_warn
#Auth pam_unix functionality handled internally and can't be chained
#ftpd auth required pam_unix.so no_warn try_first_pass
#ftpd account required pam_kerberosIV.so
#ftpd account required pam_krb5.so
ftpd account required pam_unix.so

View File

@ -9,8 +9,10 @@ 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
# 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
auth required pam_opie.so no_warn
# pam_unix functionality handled internally and can't be chained
#auth required pam_unix.so no_warn try_first_pass
# account
#account required pam_kerberosIV.so