# HG changeset patch # User Marcin Kuzminski # Date 2017-02-23 12:55:50 # Node ID bb89acdd0a15e4bcbdf622f5f1d97c50fe2fd004 # Parent 8e46a3113cbb0cdc0a0bf9d33b4ecaa2fdf24af7 auth: added selector to support new ldap admin groups sync method. diff --git a/rhodecode/templates/admin/auth/plugin_settings.mako b/rhodecode/templates/admin/auth/plugin_settings.mako --- a/rhodecode/templates/admin/auth/plugin_settings.mako +++ b/rhodecode/templates/admin/auth/plugin_settings.mako @@ -112,6 +112,7 @@ $("#tls_reqcert").select2(select2Options); $("#search_scope").select2(select2Options); $("#group_extraction_type").select2(select2Options); + $("#admin_groups_sync").select2(select2Options); });