]> git.pld-linux.org Git - packages/pure-ftpd.git/blame - pure-ftpd-config.patch
- rel 7; log tls sni hostname
[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 #
7-# @prefix@/sbin/pure-ftpd @sysconfdir@/etc/pure-ftpd.conf
8+# @prefix@/sbin/pure-ftpd @sysconfdir@/etc/ftpd/pure-ftpd.conf
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
57@@ -430,7 +431,7 @@ CustomerProof yes
58
59 # Certificate file, for TLS
60
61-# CertFile /etc/ssl/private/pure-ftpd.pem
62+# CertFile /etc/ftpd/ssl/private/pure-ftpd.pem
f2583d26 63
f2583d26 64
f2583d26 65
This page took 1.120359 seconds and 4 git commands to generate.