Magellan Linux

Annotation of /trunk/proftpd/patches/proftpd-1.3.3-config-ldap.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 991 - (hide annotations) (download)
Wed Mar 3 19:08:46 2010 UTC (14 years, 3 months ago) by niro
File size: 1281 byte(s)
files and updates for proftpd-1.3.3 with optional mysql, ldap, tls and anonymous support

1 niro 991 diff -Naur proftpd-1.3.3/sample-configurations/basic.conf proftpd-1.3.3-magellan/sample-configurations/basic.conf
2     --- proftpd-1.3.3/sample-configurations/basic.conf 2010-03-03 19:41:40.000000000 +0100
3     +++ proftpd-1.3.3-magellan/sample-configurations/basic.conf 2010-03-03 19:43:54.000000000 +0100
4     @@ -22,6 +22,11 @@
5     AuthPAMConfig proftpd
6     AuthOrder mod_auth_pam.c* mod_auth_unix.c
7    
8     +<IfDefine LDAP>
9     + # If you use NIS/YP/LDAP you may need to disable PersistentPasswd
10     + PersistentPasswd off
11     +</IfDefine>
12     +
13     # Umask 022 is a good standard umask to prevent new files and dirs
14     # (seconf parm) from being group and world writable.
15     Umask 022 022
16     diff -Naur proftpd-1.3.3/sample-configurations/virtual.conf proftpd-1.3.3-magellan/sample-configurations/virtual.conf
17     --- proftpd-1.3.3/sample-configurations/virtual.conf 2010-03-03 19:41:40.000000000 +0100
18     +++ proftpd-1.3.3-magellan/sample-configurations/virtual.conf 2010-03-03 19:44:07.000000000 +0100
19     @@ -21,6 +21,11 @@
20     AuthPAMConfig proftpd
21     AuthOrder mod_auth_pam.c* mod_auth_unix.c
22    
23     +<IfDefine LDAP>
24     + # If you use NIS/YP/LDAP you may need to disable PersistentPasswd
25     + PersistentPasswd off
26     +</IfDefine>
27     +
28     # Global creates a "global" configuration that is shared by the
29     # main server and all virtualhosts.
30