diff options
author | des <des@FreeBSD.org> | 2002-01-12 14:22:22 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-01-12 14:22:22 +0000 |
commit | ae62dc6f66cb7ac6183ac0991cbf30c571f5bdbe (patch) | |
tree | 725cea24da218212a3b16cb12bcf6952a44dd9aa /etc | |
parent | 4b2d1d07d7217d56b5a81cfc9b5c0623fd7315fd (diff) | |
download | FreeBSD-src-ae62dc6f66cb7ac6183ac0991cbf30c571f5bdbe.zip FreeBSD-src-ae62dc6f66cb7ac6183ac0991cbf30c571f5bdbe.tar.gz |
Back out previous commit, which erroneously removed essential comments. I
definitely need coffee.
Apologies to: ache
Diffstat (limited to 'etc')
-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 0fa903c..471b67b 100644 --- a/etc/pam.d/ftpd +++ b/etc/pam.d/ftpd @@ -8,7 +8,9 @@ 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 +#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 #auth required pam_unix.so no_warn try_first_pass |