From bec1a34036ba9f6a73e853e49e1ffac301b02d2d Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 13 Oct 2016 16:19:54 +0200 Subject: [PATCH] update config --- rootfs/etc/confd/templates/proftpd.conf.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rootfs/etc/confd/templates/proftpd.conf.tmpl b/rootfs/etc/confd/templates/proftpd.conf.tmpl index 7e70569..1e9a0dd 100644 --- a/rootfs/etc/confd/templates/proftpd.conf.tmpl +++ b/rootfs/etc/confd/templates/proftpd.conf.tmpl @@ -34,5 +34,7 @@ PassivePorts {{getenv "PASSIVE_LOWER_BOUND"}} {{getenv "PASSIVE_UPPER_BOUND"}} LDAPDefaultGID 2222 LDAPForceDefaultUID on LDAPForceDefaultGID on - LDAPGenerateHomedir off + LDAPGenerateHomedir on + LDAPGenerateHomedirPrefix /var/lib/proftp/data + LDAPForceGeneratedHomedir on