zulip / docker-zulip

Container configurations, images, and examples for Zulip.
https://zulip.com/
Apache License 2.0
550 stars 227 forks source link

`AUTH_LDAP_ADVANCED_REALM_ACCESS_CONTROL` is not parsed as a dictionary #408

Closed rinkp closed 12 months ago

rinkp commented 1 year ago

We currently mitigate this as follows:

ZULIP_CUSTOM_SETTINGS: 'AUTH_LDAP_ADVANCED_REALM_ACCESS_CONTROL={ "example": [{"memberOfFlattened":"CN=SOME AD GROUP,OU=Zulip,OU=Groups,DC=xxx,DC=xxx,DC=xxx"}] }'

Prefered solution: the aforementioned key is implemented as a dictionary in the entrypoint.sh script as done in aac56087e38fbd7c9d31dd1e8d7f1569c728110e