diff --git a/templates/misc/configfiles/debian_wheezy/proftpd/etc_proftpd_modules.conf b/templates/misc/configfiles/debian_wheezy/proftpd/etc_proftpd_modules.conf index 8161ef17..0af8944e 100644 --- a/templates/misc/configfiles/debian_wheezy/proftpd/etc_proftpd_modules.conf +++ b/templates/misc/configfiles/debian_wheezy/proftpd/etc_proftpd_modules.conf @@ -19,7 +19,7 @@ LoadModule mod_tls.c # SQL backend engine to use this module and the required backend. # This module must be mandatory loaded before anyone of # the existent SQL backeds. -#LoadModule mod_sql.c +LoadModule mod_sql.c # Install proftpd-mod-ldap to use this #LoadModule mod_ldap.c diff --git a/templates/misc/configfiles/debian_wheezy/proftpd/etc_proftpd_proftpd.conf b/templates/misc/configfiles/debian_wheezy/proftpd/etc_proftpd_proftpd.conf index 3dfc6cf4..c0c28b09 100644 --- a/templates/misc/configfiles/debian_wheezy/proftpd/etc_proftpd_proftpd.conf +++ b/templates/misc/configfiles/debian_wheezy/proftpd/etc_proftpd_proftpd.conf @@ -130,7 +130,7 @@ AdminControlsEngine off # Alternative authentication frameworks # #Include /etc/proftpd/ldap.conf -#Include /etc/proftpd/sql.conf +Include /etc/proftpd/sql.conf # # This is used for FTPS connections