From d02c73964021ed0b8d4ad34a12b86fb105b123f5 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Tue, 9 Jul 2013 20:54:06 +0200 Subject: [PATCH] fix proftpd-config-templates for debian wheezy, thx to finnq & Spacey Signed-off-by: Michael Kaufmann (d00p) --- .../configfiles/debian_wheezy/proftpd/etc_proftpd_modules.conf | 2 +- .../configfiles/debian_wheezy/proftpd/etc_proftpd_proftpd.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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