update config

This commit is contained in:
Sebastian Hugentobler 2016-10-13 16:10:39 +02:00
parent a9758e9d52
commit c8c9d625d3
No known key found for this signature in database
GPG Key ID: 7BBE74D3F626FC0F

View File

@ -8,6 +8,7 @@ MaxInstances 30
User proftp
Group proftp
DefaultRoot /var/lib/proftp/data
DefaultChdir /var/lib/proftp/data
AllowOverwrite on
RequireValidShell off
@ -19,6 +20,9 @@ PassivePorts {{getenv "PASSIVE_LOWER_BOUND"}} {{getenv "PASSIVE_UPPER_BOUND"}}
<IfModule mod_ldap.c>
AuthOrder mod_ldap.c
LDAPAttr uid cn
LDAPServer {{getenv "LDAP_URI"}}
LDAPUseTLS {{getenv "LDAP_USE_TLS"}}
LDAPAuthBinds {{getenv "LDAP_USE_AUTH_BIND"}}