diff -Nur e-smith-proftpd-2.4.0/root/etc/e-smith/templates/etc/pam.d/proftpd/10authFTPusers e-smith-proftpd-2.4.0-pam_conf/root/etc/e-smith/templates/etc/pam.d/proftpd/10authFTPusers --- e-smith-proftpd-2.4.0/root/etc/e-smith/templates/etc/pam.d/proftpd/10authFTPusers 2008-10-07 19:36:59.000000000 +0200 +++ e-smith-proftpd-2.4.0-pam_conf/root/etc/e-smith/templates/etc/pam.d/proftpd/10authFTPusers 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed diff -Nur e-smith-proftpd-2.4.0/root/etc/e-smith/templates/etc/pam.d/proftpd/20auth e-smith-proftpd-2.4.0-pam_conf/root/etc/e-smith/templates/etc/pam.d/proftpd/20auth --- e-smith-proftpd-2.4.0/root/etc/e-smith/templates/etc/pam.d/proftpd/20auth 2008-10-07 19:36:59.000000000 +0200 +++ e-smith-proftpd-2.4.0-pam_conf/root/etc/e-smith/templates/etc/pam.d/proftpd/20auth 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -auth { -f "/lib/security/pam_pwdb.so" || - -f "/lib64/security/pam_pwdb.so" ? "required pam_stack.so service=system-auth" : - "include system-auth" } -auth required pam_shells.so diff -Nur e-smith-proftpd-2.4.0/root/etc/e-smith/templates/etc/pam.d/proftpd/30account e-smith-proftpd-2.4.0-pam_conf/root/etc/e-smith/templates/etc/pam.d/proftpd/30account --- e-smith-proftpd-2.4.0/root/etc/e-smith/templates/etc/pam.d/proftpd/30account 2008-10-07 19:36:59.000000000 +0200 +++ e-smith-proftpd-2.4.0-pam_conf/root/etc/e-smith/templates/etc/pam.d/proftpd/30account 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -account { -f "/lib/security/pam_pwdb.so" || - -f "/lib64/security/pam_pwdb.so" ? "required pam_stack.so service=system-auth" : - "include system-auth" } diff -Nur e-smith-proftpd-2.4.0/root/etc/e-smith/templates/etc/pam.d/proftpd/40session e-smith-proftpd-2.4.0-pam_conf/root/etc/e-smith/templates/etc/pam.d/proftpd/40session --- e-smith-proftpd-2.4.0/root/etc/e-smith/templates/etc/pam.d/proftpd/40session 2008-10-07 19:36:59.000000000 +0200 +++ e-smith-proftpd-2.4.0-pam_conf/root/etc/e-smith/templates/etc/pam.d/proftpd/40session 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -session { -f "/lib/security/pam_pwdb.so" || - -f "/lib64/security/pam_pwdb.so" ? "required pam_stack.so service=system-auth" : - "include system-auth" }