zokradonh / kopano-docker

Unofficial Kopano Docker images for all Kopano services.
MIT License
59 stars 37 forks source link

Wrong LDAP_QUERY_FILTER_DOMAIN #56

Closed nupplaphil closed 5 years ago

nupplaphil commented 5 years ago

https://github.com/zokradonh/kopano-docker/blob/78d4c60f6ed7d9b1ba107277b2f3300ae24c59ff/setup.sh#L209

Should be

LDAP_QUERY_FILTER_DOMAIN=(&(|(mail=*@%s)(kopanoAliases=*@%s)))

Otherwise aliases are not working.

fbartels commented 5 years ago

Thanks