Merge pull request #299 from ianklemm/master
Changes in the config templates
This commit is contained in:
@@ -2892,6 +2892,7 @@ AllowRetrieveRestart on
|
||||
ListOptions "-al"
|
||||
DisplayChdir .message
|
||||
UseIPv6 off
|
||||
RLimitChroot off
|
||||
|
||||
# Modules settings
|
||||
#DelayEngine off
|
||||
|
||||
@@ -2195,7 +2195,8 @@ password_query = SELECT username AS user, password_enc AS password, CONCAT(homed
|
||||
# matches the local IP (ie. you're connecting from the same computer), the
|
||||
# connection is considered secure and plaintext authentication is allowed.
|
||||
# See also ssl=required setting.
|
||||
#disable_plaintext_auth = yes
|
||||
# enable plaintext
|
||||
disable_plaintext_auth = no
|
||||
|
||||
# Authentication cache size (e.g. 10M). 0 means it's disabled. Note that
|
||||
# bsdauth, PAM and vpopmail require cache_key to be set for caching to be used.
|
||||
@@ -3284,7 +3285,7 @@ plugin {
|
||||
# To really apply changes, reload proftpd after modifications, if
|
||||
# it runs in daemon mode. It is not required in inetd/xinetd mode.
|
||||
#
|
||||
|
||||
RLimitChroot off
|
||||
# Includes DSO modules
|
||||
Include /etc/proftpd/modules.conf
|
||||
|
||||
|
||||
@@ -843,7 +843,7 @@ service auth {
|
||||
# SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
|
||||
# matches the local IP (ie. you're connecting from the same computer), the
|
||||
# connection is considered secure and plaintext authentication is allowed.
|
||||
#disable_plaintext_auth = yes
|
||||
disable_plaintext_auth = no
|
||||
|
||||
# Authentication cache size (e.g. 10M). 0 means it's disabled. Note that
|
||||
# bsdauth, PAM and vpopmail require cache_key to be set for caching to be used.
|
||||
@@ -1105,7 +1105,7 @@ MYSQL_AUXOPTIONS_FIELD CONCAT("allowimap=",imap,",allowpop3=",pop3)
|
||||
# /etc/proftpd/proftpd.conf -- This is a basic ProFTPD configuration file.
|
||||
# To really apply changes reload proftpd after modifications.
|
||||
#
|
||||
|
||||
RLimitChroot off
|
||||
# Includes DSO modules
|
||||
Include /etc/proftpd/modules.conf
|
||||
|
||||
|
||||
@@ -1829,7 +1829,8 @@ iterate_query = SELECT username AS user FROM mail_users
|
||||
# This is the ProFTPD configuration file
|
||||
#
|
||||
# See: http://www.proftpd.org/docs/directives/linked/by-name.html
|
||||
|
||||
#
|
||||
RLimitChroot off
|
||||
# Security-Enhanced Linux (SELinux) Notes:
|
||||
#
|
||||
# In Fedora and Red Hat Enterprise Linux, ProFTPD runs confined by SELinux
|
||||
|
||||
@@ -859,7 +859,7 @@ service auth {
|
||||
# SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
|
||||
# matches the local IP (ie. you're connecting from the same computer), the
|
||||
# connection is considered secure and plaintext authentication is allowed.
|
||||
#disable_plaintext_auth = yes
|
||||
disable_plaintext_auth = no
|
||||
|
||||
# Authentication cache size (e.g. 10M). 0 means it's disabled. Note that
|
||||
# bsdauth, PAM and vpopmail require cache_key to be set for caching to be used.
|
||||
@@ -1108,7 +1108,7 @@ MYSQL_AUXOPTIONS_FIELD CONCAT("allowimap=",imap,",allowpop3=",pop3)
|
||||
# /etc/proftpd/proftpd.conf -- This is a basic ProFTPD configuration file.
|
||||
# To really apply changes reload proftpd after modifications.
|
||||
#
|
||||
|
||||
RLimitChroot off
|
||||
# Includes DSO modules
|
||||
Include /etc/proftpd/modules.conf
|
||||
|
||||
|
||||
@@ -4389,7 +4389,7 @@ MYSQL_AUXOPTIONS_FIELD CONCAT("allowimap=",imap,",allowpop3=",pop3)
|
||||
# To really apply changes, reload proftpd after modifications, if
|
||||
# it runs in daemon mode. It is not required in inetd/xinetd mode.
|
||||
#
|
||||
|
||||
RLimitChroot off
|
||||
# Includes DSO modules
|
||||
Include /etc/proftpd/modules.conf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user