mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
24.16.2011 618430a7d80da3e613cf7edb91aaaa60c2c6b953
opendj3/src/main/docbkx/admin-guide/chap-groups.xml
@@ -368,5 +368,18 @@
uniqueMember: uid=ahunter,ou=People,dc=example,dc=com
uniqueMember: uid=bjensen,ou=People,dc=example,dc=com
uniqueMember: uid=tmorris,ou=People,dc=example,dc=com</screen>
 <para>You can also configure the referential integrity plugin to check that
 new entries added to groups actually exist in the directory by setting the
 <literal>check-references</literal> property to <literal>true</literal>. You
 can specify additional criteria once you have activated the check. To ensure
 that entries added must match a filter, set the
 <literal>check-references-filter-criteria</literal> to identify the attribute
 and the filter. For example, you can specify that group members must be person
 entries by setting <literal>check-references-filter-criteria</literal> to
 <literal>member:(objectclass=person)</literal>. To ensure that entries must
 be located in the same naming context, set
 <literal>check-references-scope-criteria</literal> to
 <literal>naming-context</literal>.</para>
 </section>
</chapter>