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

Mark Craig
24.26.2012 a596cc5a1318af923f6c902e5186215317f50d89
Update list of virtual attributes through r8214 (OPENDJ-513)
2 files modified
51 ■■■■ changed files
opendj3/src/main/docbkx/admin-guide/chap-virtual-attrs-collective-attrs.xml 37 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/release-notes/chap-whats-new.xml 14 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-virtual-attrs-collective-attrs.xml
@@ -20,7 +20,7 @@
  !
  ! CCPL HEADER END
  !
  !      Copyright 2011 ForgeRock AS
  !      Copyright 2011-2012 ForgeRock AS
  !    
-->
<chapter xml:id='chap-virtual-attrs-collective-attrs'
@@ -57,6 +57,15 @@
    entry.</para></listitem>
   </varlistentry>
   <varlistentry>
    <term><literal>etag</literal></term>
    <listitem>
     <para>Entity tag as defined in <link xlink:show="new"
     xlink:href="http://tools.ietf.org/html/rfc2616#section-3.11"
     >RFC 2616</link>, useful for checking whether an entry has changed since
     you last read it from the directory.</para>
    </listitem>
   </varlistentry>
   <varlistentry>
    <term><literal>hasSubordinates</literal></term>
    <listitem><para>Boolean. Whether the entry has children.</para></listitem>
   </varlistentry>
@@ -66,7 +75,16 @@
   </varlistentry>
   <varlistentry>
    <term><literal>isMemberOf</literal></term>
    <listitem><para>Identifies groups the entry belongs to.</para></listitem>
    <listitem>
     <para>Identifies groups the entry belongs to.</para>
     <para>By default OpenDJ generates <literal>isMemberOf</literal> on user
     entries (entries that have the object class <literal>person</literal>), and
     on group entries (entries that have the object class
     <literal>groupOfNames</literal>, <literal>groupOfUniqueNames</literal>, or
     <literal>groupOfEntries</literal>). You can change this by editing
     the filter property of the <literal>isMemberOf</literal> virtual
     attribute configuration.</para>
    </listitem>
   </varlistentry>
   <varlistentry>
    <term><literal>member</literal></term>
@@ -78,8 +96,19 @@
   </varlistentry>
   <varlistentry>
    <term><literal>pwdPolicySubentry</literal></term>
    <listitem><para>Identifies the password policy that applies to the
    entry.</para></listitem>
    <listitem>
     <para>Identifies the password policy that applies to the
     entry.</para>
     <para>By default OpenDJ assigns <firstterm>root DN</firstterm> users
     the password policy with DN <literal>cn=Root Password Policy,cn=Password
     Policies,cn=config</literal> and regular users the password policy with DN
     <literal>cn=Default Password Policy,cn=Password
     Policies,cn=config</literal>. See <link
     xlink:href="admin-guide#chap-pwd-policy"
     xlink:role="http://docbook.org/xlink/role/olink"><citetitle>Configuring
     Password Policy</citetitle></link> for information on configuring and
     assigning password policies.</para>
    </listitem>
   </varlistentry>
   <varlistentry>
    <term><literal>subschemaSubentry</literal></term>
opendj3/src/main/docbkx/release-notes/chap-whats-new.xml
@@ -32,8 +32,9 @@
  <title>What's New in OpenDJ <?eval ${docTargetVersion}?></title>
  <important>
   <!-- Keep the highlights? Or fold this into the main list? -->
   <itemizedlist>
    <para>OpenDJ 2.5.0-Xpress1 brings you the latest features such as:</para>
    <para>OpenDJ 2.5.0 brings you the latest features such as:</para>
    <listitem>
     <para>Capability to delegate authentication to Microsoft Active Directory
     (pass-through authentication)</para>
@@ -56,8 +57,6 @@
     <para>Synchronization of Samba and OpenDJ passwords</para>
    </listitem>
   </itemizedlist>
   <para>You can purchase a support subscription from ForgeRock for this
   release.</para>
  </important>
  <para>Compared to the OpenDJ <?eval ${stableServerVersion}?> release, OpenDJ
@@ -66,6 +65,15 @@
  
  <itemizedlist>
    <listitem>
     <para>TODO: Bring this list up to date post OpenDJ 2.5.0-Xpress1.</para>
    </listitem>
    <listitem>
     <para>OpenDJ now sets <literal>isMemberOf</literal> on groups as well as
     user entries (<link xlink:show="new"
     xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-513"
     >OPENDJ-513</link>).</para>
    </listitem>
    <listitem>
     <para>Performance has been significantly improved for searches with a
     virtual attribute in the filter (<link xlink:show="new"
     xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-508"