Skip to content

Commit

Permalink
Add ldap options to global_settings
Browse files Browse the repository at this point in the history
Fixes #26822
  • Loading branch information
atrol authored and dregad committed Apr 1, 2020
1 parent 6f9ef8e commit caf4f9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config_defaults_inc.php
Expand Up @@ -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'
);

/**
Expand Down

0 comments on commit caf4f9b

Please sign in to comment.