From 58c12a40f2d2919aeaede5a3582334d78206f753 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 19 Jan 2002 07:32:47 +0000 Subject: Remove explaining comment and pam_unix commented out, now pam_unix can be chained with pam_opie --- etc/pam.d/ftpd | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'etc/pam.d') diff --git a/etc/pam.d/ftpd b/etc/pam.d/ftpd index 6bb7b5f..3eb32f1 100644 --- a/etc/pam.d/ftpd +++ b/etc/pam.d/ftpd @@ -9,11 +9,8 @@ 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, pam_opie itself -# provides proper fallback auth required pam_opie.so no_warn -#auth required pam_unix.so no_warn try_first_pass +auth required pam_unix.so no_warn try_first_pass # account #account required pam_kerberosIV.so -- cgit v1.1