Skip to content

Commit e9ed26c

Browse files
ivanbakelIsaac van Bakel
andauthored
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 <[email protected]>
1 parent 6e0c3a8 commit e9ed26c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ zulipConfiguration() {
278278
[ "$setting_key" = "AUTH_LDAP_USER_FLAGS_BY_GROUP" ] || \
279279
[ "$setting_key" = "AUTH_LDAP_GROUP_TYPE" ] || \
280280
[ "$setting_key" = "AUTH_LDAP_ADVANCED_REALM_ACCESS_CONTROL" ] || \
281+
[ "$setting_key" = "LDAP_SYNCHRONIZED_GROUPS_BY_REALM" ] || \
281282
[ "$setting_key" = "SOCIAL_AUTH_OIDC_ENABLED_IDPS" ] || \
282283
[ "$setting_key" = "SOCIAL_AUTH_SAML_ENABLED_IDPS" ] || \
283284
[ "$setting_key" = "SOCIAL_AUTH_SAML_ORG_INFO" ] || \

0 commit comments

Comments
 (0)