diff -Nur -x '*.orig' -x '*.rej' e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/10authFTPusers mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/10authFTPusers --- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/10authFTPusers 1969-12-31 17:00:00.000000000 -0700 +++ mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/10authFTPusers 2007-06-26 12:00:12.000000000 -0600 @@ -0,0 +1 @@ +auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed diff -Nur -x '*.orig' -x '*.rej' e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/20auth mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/20auth --- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/20auth 1969-12-31 17:00:00.000000000 -0700 +++ mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/20auth 2007-06-26 12:00:12.000000000 -0600 @@ -0,0 +1,3 @@ +auth { -f "/lib/security/pam_pwdb.so" || + -f "/lib64/security/pam_pwdb.so" ? "required pam_stack.so service=system-auth" : + "include system-auth" } diff -Nur -x '*.orig' -x '*.rej' e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/30account mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/30account --- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/30account 1969-12-31 17:00:00.000000000 -0700 +++ mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/30account 2007-06-26 12:00:12.000000000 -0600 @@ -0,0 +1,3 @@ +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 -x '*.orig' -x '*.rej' e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/40session mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/40session --- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/40session 1969-12-31 17:00:00.000000000 -0700 +++ mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/40session 2007-06-26 12:00:12.000000000 -0600 @@ -0,0 +1,3 @@ +session { -f "/lib/security/pam_pwdb.so" || + -f "/lib64/security/pam_pwdb.so" ? "required pam_stack.so service=system-auth" : + "include system-auth" } diff -Nur -x '*.orig' -x '*.rej' e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/10authFTPusers mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/10authFTPusers --- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/10authFTPusers 1969-12-31 17:00:00.000000000 -0700 +++ mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/10authFTPusers 2007-06-26 12:00:12.000000000 -0600 @@ -0,0 +1 @@ +auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed diff -Nur -x '*.orig' -x '*.rej' e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/20auth mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/20auth --- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/20auth 1969-12-31 17:00:00.000000000 -0700 +++ mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/20auth 2007-06-26 12:00:12.000000000 -0600 @@ -0,0 +1,4 @@ +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 -x '*.orig' -x '*.rej' e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/30account mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/30account --- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/30account 1969-12-31 17:00:00.000000000 -0700 +++ mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/30account 2007-06-26 12:00:12.000000000 -0600 @@ -0,0 +1,3 @@ +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 -x '*.orig' -x '*.rej' e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/40session mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/40session --- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/40session 1969-12-31 17:00:00.000000000 -0700 +++ mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/40session 2007-06-26 12:00:12.000000000 -0600 @@ -0,0 +1,3 @@ +session { -f "/lib/security/pam_pwdb.so" || + -f "/lib64/security/pam_pwdb.so" ? "required pam_stack.so service=system-auth" : + "include system-auth" }