/[smeserver]/rpms/e-smith-proftpd/sme7/e-smith-proftpd-1-12-0-MovePam_d_ftpTemplates.patch
ViewVC logotype

Contents of /rpms/e-smith-proftpd/sme7/e-smith-proftpd-1-12-0-MovePam_d_ftpTemplates.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Tue Oct 7 19:13:44 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
New streams

1 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
2 --- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/10authFTPusers 1969-12-31 17:00:00.000000000 -0700
3 +++ 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
4 @@ -0,0 +1 @@
5 +auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed
6 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
7 --- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/20auth 1969-12-31 17:00:00.000000000 -0700
8 +++ 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
9 @@ -0,0 +1,3 @@
10 +auth { -f "/lib/security/pam_pwdb.so" ||
11 + -f "/lib64/security/pam_pwdb.so" ? "required pam_stack.so service=system-auth" :
12 + "include system-auth" }
13 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
14 --- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/30account 1969-12-31 17:00:00.000000000 -0700
15 +++ 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
16 @@ -0,0 +1,3 @@
17 +account { -f "/lib/security/pam_pwdb.so" ||
18 + -f "/lib64/security/pam_pwdb.so" ? "required pam_stack.so service=system-auth" :
19 + "include system-auth" }
20 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
21 --- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/ftp/40session 1969-12-31 17:00:00.000000000 -0700
22 +++ 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
23 @@ -0,0 +1,3 @@
24 +session { -f "/lib/security/pam_pwdb.so" ||
25 + -f "/lib64/security/pam_pwdb.so" ? "required pam_stack.so service=system-auth" :
26 + "include system-auth" }
27 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
28 --- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/10authFTPusers 1969-12-31 17:00:00.000000000 -0700
29 +++ 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
30 @@ -0,0 +1 @@
31 +auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed
32 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
33 --- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/20auth 1969-12-31 17:00:00.000000000 -0700
34 +++ 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
35 @@ -0,0 +1,4 @@
36 +auth { -f "/lib/security/pam_pwdb.so" ||
37 + -f "/lib64/security/pam_pwdb.so" ? "required pam_stack.so service=system-auth" :
38 + "include system-auth" }
39 +auth required pam_shells.so
40 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
41 --- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/30account 1969-12-31 17:00:00.000000000 -0700
42 +++ 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
43 @@ -0,0 +1,3 @@
44 +account { -f "/lib/security/pam_pwdb.so" ||
45 + -f "/lib64/security/pam_pwdb.so" ? "required pam_stack.so service=system-auth" :
46 + "include system-auth" }
47 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
48 --- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/pam.d/proftpd/40session 1969-12-31 17:00:00.000000000 -0700
49 +++ 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
50 @@ -0,0 +1,3 @@
51 +session { -f "/lib/security/pam_pwdb.so" ||
52 + -f "/lib64/security/pam_pwdb.so" ? "required pam_stack.so service=system-auth" :
53 + "include system-auth" }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed