]> git.pld-linux.org Git - packages/pure-ftpd.git/blob - pure-ftpd-config.patch
Rel 5; pure-uploadscript retval has meaning only if it is enabled
[packages/pure-ftpd.git] / pure-ftpd-config.patch
1 --- pure-ftpd.conf.in~  2017-04-24 16:32:45.000000000 +0200
2 +++ pure-ftpd.conf.in   2017-10-04 12:41:06.402833227 +0200
3 @@ -9,7 +9,7 @@
4  # instead of command-line options, please run the
5  # following command :
6  #
7 -# @sbindir@/sbin/pure-ftpd @sysconfdir@/pure-ftpd.conf
8 +# @sbindir@/sbin/pure-ftpd @sysconfdir@/ftpd/pure-ftpd.conf
9  #
10  # Online documentation:
11  # https://www.pureftpd.org/project/pure-ftpd/doc
12 @@ -106,23 +106,23 @@ MaxIdleTime                  15
13  
14  # LDAP configuration file (see README.LDAP)
15  
16 -# LDAPConfigFile               /etc/pureftpd-ldap.conf
17 +# LDAPConfigFile               /etc/ftpd/pureftpd-ldap.conf
18  
19  
20  
21  # MySQL configuration file (see README.MySQL)
22  
23 -# MySQLConfigFile              /etc/pureftpd-mysql.conf
24 +# MySQLConfigFile              /etc/ftpd/pureftpd-mysql.conf
25  
26  
27  # PostgreSQL configuration file (see README.PGSQL)
28  
29 -# PGSQLConfigFile              /etc/pureftpd-pgsql.conf
30 +# PGSQLConfigFile              /etc/ftpd/pureftpd-pgsql.conf
31  
32  
33  # PureDB user database (see README.Virtual-Users)
34  
35 -# PureDB                       /etc/pureftpd.pdb
36 +# PureDB                       /etc/ftpd/pureftpd.pdb
37  
38  
39  # Path to pure-authd socket (see README.Authentication-Modules)
40 @@ -156,6 +156,7 @@ MaxIdleTime                  15
41  
42  # 'ls' recursion limits. The first argument is the maximum number of
43  # files to be displayed. The second one is the max subdirectories depth.
44 +# If LimitRecursion is not present default is 2000 5
45  
46  LimitRecursion               10000 8
47  
48 @@ -275,7 +276,7 @@ AutoRename                   no
49  
50  # Prevent anonymous users from uploading new files (no = upload is allowed)
51  
52 -AnonymousCantUpload          no
53 +AnonymousCantUpload          yes
54  
55  
56  
57 @@ -430,8 +431,8 @@ CustomerProof                yes
58  # CertFile is for a cert+key bundle, CertFileAndKey for separate files.
59  # Use only one of these.
60  
61 -# CertFile                     /etc/ssl/private/pure-ftpd.pem
62 -# CertFileAndKey               "/etc/pure-ftpd.pem" "/etc/pure-ftpd.key"
63 +# CertFile                     /etc/ftpd/ssl/private/pure-ftpd.pem
64 +# CertFileAndKey               "/etc/ftpd/ssl/pure-ftpd.pem" "/etc/ftpd/ssl/pure-ftpd.key"
65  
66  
67  
This page took 0.052246 seconds and 3 git commands to generate.