Update ldap-virtual-alias-maps.cf.tmpl

This commit is contained in:
Sebastian Hugentobler 2016-10-28 11:48:32 +02:00 committed by GitHub
parent 2e9a0f5e33
commit 8e1f2b2935

View File

@ -1,9 +1,9 @@
server_host = {{getenv "LDAPURI"}}
start_tls = {{getenv "LDAPSTARTTLS"}}
server_host = {{getenv "LDAP_URI"}}
start_tls = {{getenv "LDAP_STARTTLS" "yes"}}
bind = yes
bind_dn = {{getenv "LDAPBINDDN" }}
bind_pw = {{getenv "LDAPBINDPASSWORD"}}
search_base = {{getenv "LDAPMAILBOXSEARCHBASE"}}
bind_dn = {{getenv "LDAP_BIND_DN" }}
bind_pw = {{getenv "LDAP_BIND_PASSWORD"}}
search_base = {{getenv "LDAP_MAILBOX_SEARCH_BASE"}}
version = 3
query_filter = {{getenv "LDAPALIASQUERYFILTER"}}
result_attribute = {{getenv "LDAPMAILBOXRESULTATTRIBUTE"}}
query_filter = {{getenv "LDAP_ALIAS_QUERY_FILTER"}}
result_attribute = {{getenv "LDAP_MAILBOX_RESULT_ATTRIBUTE" "cn"}}