From 044f869857a2e54c6d269129533d3a66f8a71017 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 18 Oct 2017 14:39:48 +0200 Subject: [PATCH] load auth_file module --- rootfs/etc/confd/templates/proftpd.conf.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rootfs/etc/confd/templates/proftpd.conf.tmpl b/rootfs/etc/confd/templates/proftpd.conf.tmpl index 843fd29..20dab80 100644 --- a/rootfs/etc/confd/templates/proftpd.conf.tmpl +++ b/rootfs/etc/confd/templates/proftpd.conf.tmpl @@ -21,9 +21,8 @@ LoadModule mod_ldap.c LoadModule mod_sftp.c {{if (getenv "STATIC_USER")}} - +LoadModule mod_auth_file.c AuthUserFile /etc/proftpd/passwd - {{end}}