##// END OF EJS Templates
auth: added selector to support new ldap admin groups sync method.
marcink -
r1460:bb89acdd default
parent child Browse files
Show More
@@ -112,6 +112,7 b''
112 $("#tls_reqcert").select2(select2Options);
112 $("#tls_reqcert").select2(select2Options);
113 $("#search_scope").select2(select2Options);
113 $("#search_scope").select2(select2Options);
114 $("#group_extraction_type").select2(select2Options);
114 $("#group_extraction_type").select2(select2Options);
115 $("#admin_groups_sync").select2(select2Options);
115 });
116 });
116 </script>
117 </script>
117 </%def>
118 </%def>
General Comments 0
You need to be logged in to leave comments. Login now