diff options
author | ache <ache@FreeBSD.org> | 2002-01-02 09:51:33 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-01-02 09:51:33 +0000 |
commit | fb48ea88e782a8c66816d731021595f4b2072791 (patch) | |
tree | dc27005ff9e665237f21d9867677ccebc119e90c /etc/pam.d | |
parent | 06478e32a85e580482b23c2c28734a6049877909 (diff) | |
download | FreeBSD-src-fb48ea88e782a8c66816d731021595f4b2072791.zip FreeBSD-src-fb48ea88e782a8c66816d731021595f4b2072791.tar.gz |
Improve pam_unix/opie related ftpd comment even more
Diffstat (limited to 'etc/pam.d')
-rw-r--r-- | etc/pam.d/ftpd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/pam.d/ftpd b/etc/pam.d/ftpd index 809951b..471b67b 100644 --- a/etc/pam.d/ftpd +++ b/etc/pam.d/ftpd @@ -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 |