Improve pam_unix/opie related ftpd comment even more
This commit is contained in:
parent
26a4599362
commit
283004853b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user