mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-23 04:51:58 +00:00
entrypoint: Fix type of LDAP_SYNCHRONIZED_GROUPS_BY_REALM.
This variable value needs to be a complex array, so it needs the same exemption as some other variables in `entrypoint.sh`. Co-authored-by: Isaac van Bakel <isaac.vanbakel@inf.ethz.ch>
This commit is contained in:
@@ -278,6 +278,7 @@ zulipConfiguration() {
|
||||
[ "$setting_key" = "AUTH_LDAP_USER_FLAGS_BY_GROUP" ] || \
|
||||
[ "$setting_key" = "AUTH_LDAP_GROUP_TYPE" ] || \
|
||||
[ "$setting_key" = "AUTH_LDAP_ADVANCED_REALM_ACCESS_CONTROL" ] || \
|
||||
[ "$setting_key" = "LDAP_SYNCHRONIZED_GROUPS_BY_REALM" ] || \
|
||||
[ "$setting_key" = "SOCIAL_AUTH_OIDC_ENABLED_IDPS" ] || \
|
||||
[ "$setting_key" = "SOCIAL_AUTH_SAML_ENABLED_IDPS" ] || \
|
||||
[ "$setting_key" = "SOCIAL_AUTH_SAML_ORG_INFO" ] || \
|
||||
|
Reference in New Issue
Block a user