Update ldap-virtual-alias-maps.cf.tmpl
This commit is contained in:
parent
2e9a0f5e33
commit
8e1f2b2935
@ -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 "LDAPMAILBOXSEARCHBASE"}}
|
search_base = {{getenv "LDAP_MAILBOX_SEARCH_BASE"}}
|
||||||
version = 3
|
version = 3
|
||||||
query_filter = {{getenv "LDAPALIASQUERYFILTER"}}
|
query_filter = {{getenv "LDAP_ALIAS_QUERY_FILTER"}}
|
||||||
result_attribute = {{getenv "LDAPMAILBOXRESULTATTRIBUTE"}}
|
result_attribute = {{getenv "LDAP_MAILBOX_RESULT_ATTRIBUTE" "cn"}}
|
||||||
|
Loading…
Reference in New Issue
Block a user