update config
This commit is contained in:
parent
a9758e9d52
commit
c8c9d625d3
@ -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"}}
|
||||
|
Loading…
Reference in New Issue
Block a user