From ae62dc6f66cb7ac6183ac0991cbf30c571f5bdbe Mon Sep 17 00:00:00 2001 From: des Date: Sat, 12 Jan 2002 14:22:22 +0000 Subject: Back out previous commit, which erroneously removed essential comments. I definitely need coffee. Apologies to: ache --- etc/pam.d/ftpd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc/pam.d') 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 -- cgit v1.1