diff -ur pure-ftpd-1.0.49.orig/pure-ftpd.conf.in pure-ftpd-1.0.49/pure-ftpd.conf.in --- pure-ftpd-1.0.49.orig/pure-ftpd.conf.in 2019-03-25 16:48:42.000000000 +0100 +++ pure-ftpd-1.0.49/pure-ftpd.conf.in 2019-08-25 23:33:33.734000000 +0200 @@ -9,7 +9,7 @@ # instead of command-line options, please run the # following command : # -# @sbindir@/sbin/pure-ftpd @sysconfdir@/pure-ftpd.conf +# @sbindir@/sbin/pure-ftpd @sysconfdir@/pure-ftpd/pure-ftpd.conf # # Online documentation: # https://www.pureftpd.org/project/pure-ftpd/doc @@ -106,23 +106,23 @@ # LDAP configuration file (see README.LDAP) -# LDAPConfigFile /etc/pureftpd-ldap.conf +# LDAPConfigFile /etc/pure-ftpd/pureftpd-ldap.conf # MySQL configuration file (see README.MySQL) -# MySQLConfigFile /etc/pureftpd-mysql.conf +# MySQLConfigFile /etc/pure-ftpd/pureftpd-mysql.conf # PostgreSQL configuration file (see README.PGSQL) -# PGSQLConfigFile /etc/pureftpd-pgsql.conf +# PGSQLConfigFile /etc/pure-ftpd/pureftpd-pgsql.conf # PureDB user database (see README.Virtual-Users) -# PureDB /etc/pureftpd.pdb +# PureDB /etc/pure-ftpd/pureftpd.pdb # Path to pure-authd socket (see README.Authentication-Modules) @@ -156,6 +156,7 @@ # 'ls' recursion limits. The first argument is the maximum number of # files to be displayed. The second one is the max subdirectories depth. +# If LimitRecursion is not present default is 2000 5 LimitRecursion 10000 8 @@ -277,7 +278,7 @@ # Prevent anonymous users from uploading new files (no = upload is allowed) -AnonymousCantUpload no +AnonymousCantUpload yes @@ -436,7 +437,7 @@ # CertFile is for a cert+key bundle, CertFileAndKey for separate files. # Use only one of these. -# CertFile /etc/ssl/private/pure-ftpd.pem +# CertFile /etc/pure-ftpd/ssl/private/pure-ftpd.pem # CertFileAndKey "/etc/pure-ftpd.pem" "/etc/pure-ftpd.key"