]> git.pld-linux.org Git - packages/pure-ftpd.git/blame - pure-ftpd-config.patch
- unconditional noarch subpackages
[packages/pure-ftpd.git] / pure-ftpd-config.patch
CommitLineData
796cd365
AM
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 #
a3eab664
AG
7-# @sbindir@/sbin/pure-ftpd @sysconfdir@/pure-ftpd.conf
8+# @sbindir@/sbin/pure-ftpd @sysconfdir@/ftpd/pure-ftpd.conf
796cd365
AM
9 #
10 # Online documentation:
11 # https://www.pureftpd.org/project/pure-ftpd/doc
12@@ -106,23 +106,23 @@ MaxIdleTime 15
c325a3df 13
14 # LDAP configuration file (see README.LDAP)
15
796cd365
AM
16-# LDAPConfigFile /etc/pureftpd-ldap.conf
17+# LDAPConfigFile /etc/ftpd/pureftpd-ldap.conf
c325a3df 18
19
20
21 # MySQL configuration file (see README.MySQL)
22
796cd365
AM
23-# MySQLConfigFile /etc/pureftpd-mysql.conf
24+# MySQLConfigFile /etc/ftpd/pureftpd-mysql.conf
c325a3df 25
26
796cd365 27 # PostgreSQL configuration file (see README.PGSQL)
c325a3df 28
796cd365
AM
29-# PGSQLConfigFile /etc/pureftpd-pgsql.conf
30+# PGSQLConfigFile /etc/ftpd/pureftpd-pgsql.conf
c325a3df 31
32
33 # PureDB user database (see README.Virtual-Users)
34
796cd365
AM
35-# PureDB /etc/pureftpd.pdb
36+# PureDB /etc/ftpd/pureftpd.pdb
c325a3df 37
38
39 # Path to pure-authd socket (see README.Authentication-Modules)
796cd365 40@@ -156,6 +156,7 @@ MaxIdleTime 15
0ed85492 41
796cd365
AM
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
0ed85492 45
796cd365 46 LimitRecursion 10000 8
0ed85492 47
796cd365 48@@ -275,7 +276,7 @@ AutoRename no
0ed85492 49
796cd365 50 # Prevent anonymous users from uploading new files (no = upload is allowed)
0ed85492 51
796cd365
AM
52-AnonymousCantUpload no
53+AnonymousCantUpload yes
54
55
56
a3eab664
AG
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.
796cd365
AM
60
61-# CertFile /etc/ssl/private/pure-ftpd.pem
a3eab664 62-# CertFileAndKey "/etc/pure-ftpd.pem" "/etc/pure-ftpd.key"
796cd365 63+# CertFile /etc/ftpd/ssl/private/pure-ftpd.pem
a3eab664 64+# CertFileAndKey "/etc/ftpd/ssl/pure-ftpd.pem" "/etc/ftpd/ssl/pure-ftpd.key"
f2583d26 65
f2583d26 66
f2583d26 67
This page took 0.081293 seconds and 4 git commands to generate.