mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-07-23 01:45:37 +00:00
transform LDAP_SERVER to LDAP_HOST (#355)
SASL only wants the host, not the uri Fixes https://github.com/zokradonh/kopano-docker/issues/354 Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
43928e538c
commit
5ed1d05fe7
@ -41,7 +41,7 @@ services:
|
||||
- SASLAUTHD_LDAP_FILTER=${SASLAUTHD_LDAP_FILTER}
|
||||
- SASLAUTHD_LDAP_PASSWORD=${LDAP_BIND_PW}
|
||||
- SASLAUTHD_LDAP_SEARCH_BASE=${LDAP_SEARCH_BASE}
|
||||
- SASLAUTHD_LDAP_SERVER=${LDAP_SERVER}
|
||||
- SASLAUTHD_LDAP_SERVER=${LDAP_HOST}
|
||||
- SASLAUTHD_MECHANISMS=ldap
|
||||
- SMTP_ONLY=1
|
||||
- SSL_TYPE=self-signed
|
||||
|
Loading…
x
Reference in New Issue
Block a user