From caf4f9bd7117500c9839761282e53563127fe680 Mon Sep 17 00:00:00 2001 From: Roland Becker Date: Sat, 28 Mar 2020 16:10:06 +0100 Subject: [PATCH] Add ldap options to global_settings Fixes #26822 --- config_defaults_inc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config_defaults_inc.php b/config_defaults_inc.php index 823befef8f..4f95c9b76f 100644 --- a/config_defaults_inc.php +++ b/config_defaults_inc.php @@ -4325,7 +4325,10 @@ 'ldap_simulation_file_path', 'plugin_path', 'bottom_include_page', 'top_include_page', 'default_home_page', 'logout_redirect_page', 'manual_url', 'logo_url', 'wiki_engine_url', 'cdn_enabled', 'public_config_names', 'email_login_enabled', 'email_ensure_unique', - 'impersonate_user_threshold', 'email_retry_in_days', 'neato_tool', 'dot_tool' + 'impersonate_user_threshold', 'email_retry_in_days', 'neato_tool', 'dot_tool', + 'ldap_server', 'ldap_root_dn', 'ldap_organization', 'ldap_protocol_version', + 'ldap_network_timeout', 'ldap_follow_referrals', 'ldap_bind_dn', 'ldap_bind_passwd', + 'ldap_uid_field', 'ldap_realname_field', 'use_ldap_realname', 'use_ldap_email' ); /**