_LDAPGroup.html revision 90929d4c6b284dd318f4a78c2aa407afb7423747
<!-- Copyright 2015 ForgeRock AS.
License terms: https://forgerock.org/cddlv1-0/ -->
<select name="ldapGroups[]" class="ldap-group-select">
{{#each result}}
<option value="{{dn}}">{{dn}}</option>
{{/each}}
</select>