Update ldap-virtual-mailbox-domains.cf.tmpl

This commit is contained in:
Sebastian Hugentobler 2016-10-28 11:50:04 +02:00 committed by GitHub
parent 8e1f2b2935
commit ae35bc36ff

View File

@ -1,9 +1,9 @@
server_host = {{getenv "LDAPURI"}} server_host = {{getenv "LDAP_URI"}}
start_tls = {{getenv "LDAPSTARTTLS"}} start_tls = {{getenv "LDAP_STARTTLS" "yes"}}
bind = yes bind = yes
bind_dn = {{getenv "LDAPBINDDN" }} bind_dn = {{getenv "LDAP_BIND_DN" }}
bind_pw = {{getenv "LDAPBINDPASSWORD"}} bind_pw = {{getenv "LDAP_BIND_PASSWORD"}}
search_base = {{getenv "LDAPDOMAINSEARCHBASE"}} search_base = {{getenv "LDAP_DOMAIN_SEARCH_BASE"}}
version = 3 version = 3
query_filter = {{getenv "LDAPDOMAINQUERYFILTER"}} query_filter = {{getenv "LDAP_DOMAIN_QUERY_FILTER"}}
result_attribute = {{getenv "LDAPDOMAINRESULTATTRIBUTE"}} result_attribute = {{getenv "LDAP_DOMAIN_RESULT_ATTRIBUTE" "dc"}}