mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-28 10:33:37 +00:00
entrypoint: Add SOCIAL_AUTH_SYNC_ATTRS_DICT.
`SOCIAL_AUTH_SYNC_ATTRS_DICT` is a dict; add it to the list of settings that are not strings.
This commit is contained in:
committed by
Alex Vandiver
parent
91b7f0b5c5
commit
140a042591
@@ -282,6 +282,7 @@ zulipConfiguration() {
|
|||||||
[ "$setting_key" = "SOCIAL_AUTH_OIDC_ENABLED_IDPS" ] || \
|
[ "$setting_key" = "SOCIAL_AUTH_OIDC_ENABLED_IDPS" ] || \
|
||||||
[ "$setting_key" = "SOCIAL_AUTH_SAML_ENABLED_IDPS" ] || \
|
[ "$setting_key" = "SOCIAL_AUTH_SAML_ENABLED_IDPS" ] || \
|
||||||
[ "$setting_key" = "SOCIAL_AUTH_SAML_ORG_INFO" ] || \
|
[ "$setting_key" = "SOCIAL_AUTH_SAML_ORG_INFO" ] || \
|
||||||
|
[ "$setting_key" = "SOCIAL_AUTH_SYNC_ATTRS_DICT" ] || \
|
||||||
{ [ "$setting_key" = "LDAP_APPEND_DOMAIN" ] && [ "$setting_var" = "None" ]; } || \
|
{ [ "$setting_key" = "LDAP_APPEND_DOMAIN" ] && [ "$setting_var" = "None" ]; } || \
|
||||||
[ "$setting_key" = "SCIM_CONFIG" ] || \
|
[ "$setting_key" = "SCIM_CONFIG" ] || \
|
||||||
[ "$setting_key" = "SECURE_PROXY_SSL_HEADER" ] || \
|
[ "$setting_key" = "SECURE_PROXY_SSL_HEADER" ] || \
|
||||||
|
|||||||
Reference in New Issue
Block a user