Cross Reference: _LDAPGroup.html
xref
: /
forgerock
/
openidm-v4
/
openidm-ui
/
openidm-ui-admin
/
src
/
main
/
resources
/
partials
/
assignment
/
_LDAPGroup.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
<!-- 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
>