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

Mark Craig
24.16.2011 618430a7d80da3e613cf7edb91aaaa60c2c6b953
Mention capabilities provided by enhancement for OpenDJ-221
2 files modified
17 ■■■■■ changed files
opendj3/src/main/docbkx/admin-guide/chap-groups.xml 13 ●●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/release-notes/chap-whats-new.xml 4 ●●●● patch | view | raw | blame | history
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>
opendj3/src/main/docbkx/release-notes/chap-whats-new.xml
@@ -106,6 +106,10 @@
     Password plugin by using the <command>dsconfig</command> command.</para>
    </listitem>
    <listitem>
     <para>OpenDJ now supports checking that entries of new group members
     exist (OPENDJ-221).</para>
    </listitem>
    <listitem>
     <para>OpenDJ now better supports more, and larger static groups
     (OPENDJ-197).</para>
    </listitem>