mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-23 04:51:58 +00:00
Added AUTH_LDAP_REVERSE_EMAIL_SEARCH as array to match #11715 issue changes
This commit is contained in:
@@ -253,6 +253,7 @@ zulipConfiguration() {
|
||||
# Zulip settings.py / zproject specific overrides here
|
||||
if [ "$setting_key" = "AUTH_LDAP_CONNECTION_OPTIONS" ] || \
|
||||
[ "$setting_key" = "AUTH_LDAP_USER_SEARCH" ] || \
|
||||
[ "$setting_key" = "AUTH_LDAP_REVERSE_EMAIL_SEARCH" ] || \
|
||||
[ "$setting_key" = "AUTH_LDAP_USER_ATTR_MAP" ] || \
|
||||
{ [ "$setting_key" = "LDAP_APPEND_DOMAIN" ] && [ "$setting_var" = "None" ]; } || \
|
||||
[ "$setting_key" = "SECURE_PROXY_SSL_HEADER" ] || \
|
||||
|
Reference in New Issue
Block a user