From a866e475543b5cdbaaa10a25f0e31b16e4105c99 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 6 Sep 2017 11:11:16 +0200 Subject: [PATCH] load sftp and ldap module --- rootfs/etc/confd/templates/proftpd.conf.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootfs/etc/confd/templates/proftpd.conf.tmpl b/rootfs/etc/confd/templates/proftpd.conf.tmpl index 2d2e9ea..5700d50 100644 --- a/rootfs/etc/confd/templates/proftpd.conf.tmpl +++ b/rootfs/etc/confd/templates/proftpd.conf.tmpl @@ -16,6 +16,9 @@ RequireValidShell off DenyAll +LoadModule mod_ldap.c +LoadModule mod_sftp.c + SFTPEngine on SFTPAuthMethods password