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

Mark Craig
07.31.2015 b2568d582c2ab449bdaa514334a1d968ed0588bf
opendj-server-legacy/src/messages/org/opends/messages/tool.properties
@@ -2650,394 +2650,11 @@
REF_SHORT_DESC_WINDOWS_SERVICE_15030=register OpenDJ as a Windows Service
# Supplements to descriptions for generated reference documentation.
SUPPLEMENT_DESCRIPTION_DBTEST_SUBCMD_LIST_INDEX_STATUS_20001=<para>                \
        When you list index status, the result is a table,                         \
        followed by a "Total", which is the total number of indexes,               \
        followed by a list of indexes with "Undefined keys" to show                \
        the values for which the number of entries exceeded the index entry limit. \
        The table has the following columns.                                       \
       </para>                                                                     \
                                                                                   \
       <variablelist>                                                              \
        <varlistentry>                                                             \
         <term>Index Name</term>                                                   \
         <listitem>                                                                \
          <para>                                                                   \
           Name of the index,                                                      \
           which takes the form <replaceable>attr.type</replaceable>               \
           for attribute indexes,                                                  \
           and vlv.<replaceable>name</replaceable> for VLV indexes.                \
           Some indexes are for OpenDJ directory server's internal use.            \
          </para>                                                                  \
                                                                                   \
          <para>                                                                   \
           Example: <literal>givenName.substring</literal>                         \
          </para>                                                                  \
         </listitem>                                                               \
        </varlistentry>                                                            \
                                                                                   \
        <varlistentry>                                                             \
         <term>Index Type</term>                                                   \
         <listitem>                                                                \
          <para>                                                                   \
           Type of the index,                                                      \
           which is <literal>Index</literal> for attribute indexes,                \
           and <literal>VLVIndex</literal> for VLV indexes.                        \
          </para>                                                                  \
         </listitem>                                                               \
        </varlistentry>                                                            \
                                                                                   \
        <varlistentry>                                                             \
         <term>JE Database Name</term>                                             \
         <listitem>                                                                \
          <para>                                                                   \
           Name of the <literal>local-db</literal> backend database,               \
           which reflects how OpenDJ directory server                              \
           organizes the data in the database.                                     \
          </para>                                                                  \
                                                                                   \
          <para>                                                                   \
           Example: <literal>dc_example_dc_com_givenName.substring</literal>       \
          </para>                                                                  \
         </listitem>                                                               \
        </varlistentry>                                                            \
                                                                                   \
        <varlistentry>                                                             \
         <term>Index Valid</term>                                                  \
         <listitem>                                                                \
          <para>                                                                   \
           This is <literal>true</literal> for valid indexes.                      \
           If this is <literal>false</literal>,                                    \
           the index might be degraded.                                            \
           Verify the index, and rebuild the index if necessary.                   \
          </para>                                                                  \
         </listitem>                                                               \
        </varlistentry>                                                            \
                                                                                   \
        <varlistentry>                                                             \
         <term>Record Count</term>                                                 \
         <listitem>                                                                \
          <para>                                                                   \
           Number of indexed keys.                                                 \
           Use the <command>dbtest dump-database-container</command> command       \
           to see how many entry IDs correspond to each key.                       \
          </para>                                                                  \
         </listitem>                                                               \
        </varlistentry>                                                            \
                                                                                   \
        <varlistentry>                                                             \
         <term>Undefined</term>                                                    \
         <listitem>                                                                \
          <para>                                                                   \
           Number of keys for which there are too many values                      \
           to maintain an index, based on the index entry limit.                   \
           This is recorded as <literal>-</literal> for VLV indexes.               \
          </para>                                                                  \
                                                                                   \
          <para>                                                                   \
           In other words, with the default index entry limit of 4000,             \
           if every user in your large directory has an email address              \
           ending in <literal>@example.com</literal>,                              \
           and a substring index is maintained for <literal>mail</literal>,        \
           then OpenDJ directory server does not maintain indexes for              \
           keys corresponding to substrings in <literal>@example.com</literal>.    \
          </para>                                                                  \
                                                                                   \
          <para>                                                                   \
           As a result, an LDAP search with the filter                             \
           <literal>"(mail=*@example.com)"</literal> becomes an unindexed search   \
           even though a substring index exists for the mail attribute.            \
           By default OpenDJ directory server does not allow unindexed searches    \
           except by privileged users.                                             \
           This is usually exactly the behavior you want                           \
           in order to prevent client applications for example                     \
           from sending searches that return every user in the directory.          \
           Clients should refine their search filters instead.                     \
          </para>                                                                  \
         </listitem>                                                               \
        </varlistentry>                                                            \
                                                                                   \
        <varlistentry>                                                             \
         <term>95&#x25;, 90&#x25;, 85&#x25;</term>                                 \
         <listitem>                                                                \
          <para>                                                                   \
           Number of keys for which the number of values is approaching            \
           the index entry limit, having reached the specified percentage.         \
           This is a measure of how full the entry ID lists are.                   \
          </para>                                                                  \
         </listitem>                                                               \
        </varlistentry>                                                            \
       </variablelist>
SUPPLEMENT_DESCRIPTION_PSEARCH_INFO_20002=<para>                                   \
      A persistent search allows the client to continue receiving new results      \
      whenever changes are made to data that is in the scope of the search,        \
      thus using the search as a form of change notification.                      \
     </para>                                                                       \
                                                                                   \
     <variablelist>                                                                \
      <para>                                                                       \
       The optional <literal>changetype</literal> setting defines                  \
       the kinds of updates that result in notification.                           \
       If you do not set the <literal>changetype</literal>,                        \
       the default behavior is to send notifications for all updates.              \
      </para>                                                                      \
                                                                                   \
      <varlistentry>                                                               \
       <term><literal>add</literal></term>                                         \
       <listitem>                                                                  \
        <para>                                                                     \
         Send notifications for LDAP add operations.                               \
        </para>                                                                    \
       </listitem>                                                                 \
      </varlistentry>                                                              \
                                                                                   \
      <varlistentry>                                                               \
       <term><literal>del</literal></term>                                         \
       <term><literal>delete</literal></term>                                      \
       <listitem>                                                                  \
        <para>                                                                     \
         Send notifications for LDAP delete operations.                            \
        </para>                                                                    \
       </listitem>                                                                 \
      </varlistentry>                                                              \
                                                                                   \
      <varlistentry>                                                               \
       <term><literal>mod</literal></term>                                         \
       <term><literal>modify</literal></term>                                      \
       <listitem>                                                                  \
        <para>                                                                     \
         Send notifications for LDAP modify operations.                            \
        </para>                                                                    \
       </listitem>                                                                 \
      </varlistentry>                                                              \
                                                                                   \
      <varlistentry>                                                               \
       <term><literal>moddn</literal></term>                                       \
       <term><literal>modrdn</literal></term>                                      \
       <term><literal>modifydn</literal></term>                                    \
       <listitem>                                                                  \
        <para>                                                                     \
         Send notifications for LDAP modify DN (rename and move) operations.       \
        </para>                                                                    \
       </listitem>                                                                 \
      </varlistentry>                                                              \
                                                                                   \
      <varlistentry>                                                               \
       <term><literal>all</literal></term>                                         \
       <term><literal>any</literal></term>                                         \
       <listitem>                                                                  \
        <para>                                                                     \
         Send notifications for all LDAP update operations.                        \
        </para>                                                                    \
       </listitem>                                                                 \
      </varlistentry>                                                              \
     </variablelist>                                                               \
                                                                                   \
     <variablelist>                                                                \
      <para>                                                                       \
       The optional <literal>changesonly</literal> setting defines                 \
       whether the server returns existing entries as well as changes.             \
      </para>                                                                      \
                                                                                   \
      <varlistentry>                                                               \
       <term><literal>true</literal></term>                                        \
       <listitem>                                                                  \
        <para>                                                                     \
         Do not return existing entries,                                           \
         but instead only notifications about changes.                             \
        </para>                                                                    \
                                                                                   \
        <para>                                                                     \
         This is the default setting.                                              \
        </para>                                                                    \
       </listitem>                                                                 \
      </varlistentry>                                                              \
                                                                                   \
      <varlistentry>                                                               \
       <term><literal>false</literal></term>                                       \
       <listitem>                                                                  \
        <para>                                                                     \
         Also return existing entries.                                             \
        </para>                                                                    \
       </listitem>                                                                 \
      </varlistentry>                                                              \
     </variablelist>                                                               \
                                                                                   \
     <variablelist>                                                                \
      <para>                                                                       \
       The optional <literal>entrychgcontrols</literal> setting defines            \
       whether the server returns an Entry Change Notification control             \
       with each entry notification.                                               \
       The Entry Change Notification control provides additional information       \
       about the change that caused the entry to be returned by the search.        \
       In particular, it indicates the change type,                                \
       the change number if available,                                             \
       and the previous DN if the change type was a modify DN operation.           \
      </para>                                                                      \
                                                                                   \
      <varlistentry>                                                               \
       <term><literal>true</literal></term>                                        \
       <listitem>                                                                  \
        <para>                                                                     \
         Do request the Entry Change Notification control.                         \
        </para>                                                                    \
                                                                                   \
        <para>                                                                     \
         This is the default setting.                                              \
        </para>                                                                    \
       </listitem>                                                                 \
      </varlistentry>                                                              \
                                                                                   \
      <varlistentry>                                                               \
       <term><literal>false</literal></term>                                       \
       <listitem>                                                                  \
        <para>                                                                     \
         Do not request the Entry Change Notification control.                     \
        </para>                                                                    \
       </listitem>                                                                 \
      </varlistentry>                                                              \
     </variablelist>
SUPPLEMENT_DESCRIPTION_CONTROLS_20003=<para>                                       \
    For some <replaceable>controloid</replaceable> values,                         \
    you can replace object identifiers with user-friendly strings.                 \
                                                                                   \
    The strings are listed here in lower case, but the case is not important.      \
    You can use camelCase if you prefer, for example.                              \
   </para>                                                                         \
                                                                                   \
   <variablelist>                                                                  \
    <varlistentry>                                                                 \
     <term><literal>accountusable</literal></term>                                 \
     <term><literal>accountusability</literal></term>                              \
     <listitem>                                                                    \
      <para>Account Usability Control, Object Identifier: 1.3.6.1.4.1.42.2.27.9.5.8</para> \
     </listitem>                                                                   \
    </varlistentry>                                                                \
                                                                                   \
    <varlistentry>                                                                 \
     <term><literal>authzid</literal></term>                                       \
     <term><literal>authorizationidentity</literal></term>                         \
     <listitem>                                                                    \
      <para>Authorization Identity Request Control, Object Identifier: 2.16.840.1.113730.3.4.16</para> \
     </listitem>                                                                   \
    </varlistentry>                                                                \
                                                                                   \
    <varlistentry>                                                                 \
     <term><literal>effectiverights</literal></term>                               \
     <term><literal>geteffectiverights</literal></term>                            \
     <listitem>                                                                    \
      <para>Get Effective Rights Request Control, Object Identifier: 1.3.6.1.4.1.42.2.27.9.5.2</para> \
     </listitem>                                                                   \
    </varlistentry>                                                                \
                                                                                   \
    <varlistentry>                                                                 \
     <term><literal>managedsait</literal></term>                                   \
     <listitem>                                                                    \
      <para>Manage DSAIT Request Control, Object Identifier: 2.16.840.1.113730.3.4.2</para> \
     </listitem>                                                                   \
    </varlistentry>                                                                \
                                                                                   \
    <varlistentry>                                                                 \
     <term><literal>noop</literal></term>                                          \
     <term><literal>no-op</literal></term>                                         \
     <listitem>                                                                    \
      <para>No-Op Control, Object Identifier: 1.3.6.1.4.1.4203.1.10.2</para>       \
     </listitem>                                                                   \
    </varlistentry>                                                                \
                                                                                   \
    <varlistentry>                                                                 \
     <term><literal>pwpolicy</literal></term>                                      \
     <term><literal>passwordpolicy</literal></term>                                \
     <listitem>                                                                    \
      <para>Password Policy Control, Object Identifier: 1.3.6.1.4.1.42.2.27.8.5.1</para> \
     </listitem>                                                                   \
    </varlistentry>                                                                \
                                                                                   \
    <varlistentry>                                                                 \
     <term><literal>realattrsonly</literal></term>                                 \
     <term><literal>realattributesonly</literal></term>                            \
     <listitem>                                                                    \
      <para>Real Attributes Only Request Control, Object Identifier: 2.16.840.1.113730.3.4.17</para> \
     </listitem>                                                                   \
    </varlistentry>                                                                \
                                                                                   \
    <varlistentry>                                                                 \
     <term><literal>subtreedelete</literal></term>                                 \
     <term><literal>treedelete</literal></term>                                    \
     <listitem>                                                                    \
      <para>Subtree Delete Request Control, Object Identifier: 1.2.840.113556.1.4.805</para> \
     </listitem>                                                                   \
    </varlistentry>                                                                \
                                                                                   \
    <varlistentry>                                                                 \
     <term><literal>virtualattrsonly</literal></term>                              \
     <term><literal>virtualattributesonly</literal></term>                         \
     <listitem>                                                                    \
      <para>Virtual Attributes Only Request Control, Object Identifier: 2.16.840.1.113730.3.4.19</para> \
     </listitem>                                                                   \
    </varlistentry>                                                                \
   </variablelist>
SUPPLEMENT_DESCRIPTION_UPGRADE_CLI_20004=<para>                                    \
    This utility thus performs only part of the upgrade process,                   \
    which includes the following phases for a single server.                       \
   </para>                                                                         \
                                                                                   \
   <orderedlist>                                                                   \
    <listitem>                                                                     \
     <para>                                                                        \
      Get and unpack a newer version of OpenDJ directory server software.          \
     </para>                                                                       \
    </listitem>                                                                    \
    <listitem>                                                                     \
     <para>                                                                        \
      Stop the current OpenDJ directory server.                                    \
     </para>                                                                       \
    </listitem>                                                                    \
    <listitem>                                                                     \
     <para>                                                                        \
      Overwrite existing binary and script files with those of the newer version,  \
      and then run this utility before restarting OpenDJ.                          \
     </para>                                                                       \
    </listitem>                                                                    \
    <listitem>                                                                     \
     <para>                                                                        \
      Start the upgraded OpenDJ directory server.                                  \
     </para>                                                                       \
    </listitem>                                                                    \
   </orderedlist>                                                                  \
                                                                                   \
   <important>                                                                     \
    <para>                                                                         \
     This utility <emphasis>does not back up OpenDJ before you upgrade,            \
     nor does it restore OpenDJ if the utility fails</emphasis>.                   \
     In order to revert a failed upgrade,                                          \
     make sure you back up OpenDJ directory server                                 \
     before you overwrite existing binary and script files.                        \
    </para>                                                                        \
   </important>                                                                    \
                                                                                   \
   <para>                                                                          \
    By default this utility requests confirmation                                  \
    before making important configuration changes.                                 \
    You can use the <option>--no-prompt</option> option                            \
    to run the command non-interactively.                                          \
   </para>                                                                         \
                                                                                   \
   <para>                                                                          \
    When using the <option>--no-prompt</option> option,                            \
    if this utility cannot complete                                                \
    because it requires confirmation for a potentially very long or critical task, \
    then it exits with an error and                                                \
    a message about how to finish making the changes.                              \
    You can add the <option>--force</option> option                                \
    to force a non-interactive upgrade to continue in this case,                   \
    also performing long running and critical tasks.                               \
   </para>                                                                         \
                                                                                   \
   <para>                                                                          \
    After upgrading, see the resulting <filename>upgrade.log</filename> file       \
    for a full list of operations performed.                                       \
   </para>
SUPPLEMENT_DESCRIPTION_DBTEST_SUBCMD_LIST_INDEX_STATUS_20001=\
  <xinclude:include href="variablelist-dbtest-index-status.xml" />
SUPPLEMENT_DESCRIPTION_PSEARCH_INFO_20002=<xinclude:include href="description-psearch-info.xml" />
SUPPLEMENT_DESCRIPTION_CONTROLS_20003=<xinclude:include href="variablelist-ldap-controls.xml" />
SUPPLEMENT_DESCRIPTION_UPGRADE_CLI_20004=<xinclude:include href="description-upgrade.xml" />
INFO_ARGUMENT_DESCRIPTION_TESTONLY_20005=Just verify that the JVM can be \
 started properly
INFO_INSTALLDS_BACKEND_TYPE_PLACEHOLDER_20006={backendType}