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

Mark Craig
22.09.2015 af418155f407d62e07648235e944016e4c264ae0
CR-7023 OPENDJ-2012 Remove links to Config Reference

This patch removes links to the config reference,
because the information is now provided in the dsconfig man pages.
We might stop delivering the configuration reference at some point.

To avoid a clash with the fix for OPENDJ-2013,
this patch does not address links related to the local-db attributes.
5 files modified
98 ■■■■■ changed files
opendj-server-legacy/src/main/docbkx/admin-guide/chap-connection-handlers.xml 20 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/docbkx/admin-guide/chap-pwd-policy.xml 23 ●●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/docbkx/admin-guide/chap-resource-limits.xml 37 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/docbkx/admin-guide/chap-tuning.xml 6 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/docbkx/shared/sec-cli-overview.xml 12 ●●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/docbkx/admin-guide/chap-connection-handlers.xml
@@ -971,10 +971,7 @@
   <para>Consider the following global configuration settings.</para>
   <varlistentry>
    <term><link
     xlink:show="new"
     xlink:href="${configRefBase}global.html#bind-with-dn-requires-password"
    ><literal>bind-with-dn-requires-password</literal></link></term>
    <term><literal>bind-with-dn-requires-password</literal></term>
    <listitem>
     <para>Whether the directory server should reject any simple bind request
     that contains a DN but no password. Default: <literal>true</literal></para>
@@ -994,10 +991,7 @@
   </varlistentry>
   <varlistentry>
    <term><link
     xlink:show="new"
     xlink:href="${configRefBase}global.html#max-allowed-client-connections"
    ><literal>max-allowed-client-connections</literal></link></term>
    <term><literal>max-allowed-client-connections</literal></term>
    <listitem>
     <para>Restricts the number of concurrent client connections to the
     directory server. Default: 0, meaning no limit is set</para>
@@ -1017,10 +1011,7 @@
   </varlistentry>
   <varlistentry>
    <term><link
     xlink:show="new"
     xlink:href="${configRefBase}global.html#reject-unauthenticated-requests"
    ><literal>reject-unauthenticated-requests</literal></link></term>
    <term><literal>reject-unauthenticated-requests</literal></term>
    <listitem>
     <para>Rejects any request (other than bind or StartTLS requests) received
     from a client that has not yet been authenticated, whose last
@@ -1042,10 +1033,7 @@
   </varlistentry>
   <varlistentry>
    <term><link
     xlink:show="new"
     xlink:href="${configRefBase}global.html#return-bind-error-messages"
    ><literal>return-bind-error-messages</literal></link></term>
    <term><literal>return-bind-error-messages</literal></term>
    <listitem>
     <para>Does not restrict access, but by default prevents OpenDJ directory
     server from returning extra information about why a bind failed, as that
opendj-server-legacy/src/main/docbkx/admin-guide/chap-pwd-policy.xml
@@ -112,11 +112,15 @@
state-update-failure-policy               : reactive</computeroutput>
   </screen>
   <para>See the <citetitle>OpenDJ Configuration Reference</citetitle> page
   on <link xlink:show="new"
   xlink:href="${configRefBase}password-policy.html"
   ><citetitle>Password Policy</citetitle></link> for detailed descriptions of
   each property.</para>
   <para>
    For detailed descriptions of each property,
    see the <citetitle>Reference</citetitle> section on
    <link
     xlink:href="reference#dsconfig-create-password-policy-password-policy"
     xlink:show="new"
     xlink:role="http://docbook.org/xlink/role/olink"
    ><citetitle>Password Policy</citetitle></link>.
   </para>
   <para>Here you notice that many capabilities are not set by default: no
   lockout, no password expiration, no multiple passwords, no password validator
@@ -856,8 +860,9 @@
  <para>
   The default password policy shown in <xref linkend="default-pwp" /> uses the
   <link
    xlink:href="reference#dsconfig-create-password-generator-random-password-generator"
    xlink:role="http://docbook.org/xlink/role/olink"
    xlink:show="new"
    xlink:href="${configRefBase}random-password-generator.html"
   >Random Password Generator</link>.
  </para>
@@ -945,8 +950,9 @@
  <para>
   <link
    xlink:href="reference#dsconfig-create-password-storage-scheme"
    xlink:role="http://docbook.org/xlink/role/olink"
    xlink:show="new"
    xlink:href="${configRefBase}password-storage-scheme.html"
   >Password storage schemes</link>
   encode new passwords provided by users
   so that they are stored in an encoded manner.
@@ -1112,8 +1118,9 @@
  <para>
   <link
    xlink:href="reference#dsconfig-create-password-validator"
    xlink:role="http://docbook.org/xlink/role/olink"
    xlink:show="new"
    xlink:href="${configRefBase}password-validator.html"
   >Password validators</link>
   are responsible for determining whether a proposed password is
   acceptable for use.
opendj-server-legacy/src/main/docbkx/admin-guide/chap-resource-limits.xml
@@ -56,12 +56,8 @@
    <para>
     The default lookthrough limit,
     set by using the global server property,
     <link
      xlink:show="new"
      xlink:href="${configRefBase}global.html#lookthrough-limit"
     ><literal>lookthrough-limit</literal></link>,
     is 5000.
     which is set by using the global server property
     <literal>lookthrough-limit</literal>, is 5000.
    </para>
    <para>
@@ -79,12 +75,8 @@
    </para>
    <para>
     The default size limit, set by using the global server property,
     <link
      xlink:show="new"
      xlink:href="${configRefBase}global.html#size-limit"
     ><literal>size-limit</literal></link>,
     is 1000.
     The default size limit, which is set by using the global server property
     <literal>size-limit</literal>, is 1000.
    </para>
    <para>
@@ -101,12 +93,8 @@
    </para>
    <para>
     The default time limit, set by using the global server property,
     <link
      xlink:show="new"
      xlink:href="${configRefBase}global.html#time-limit"
     ><literal>time-limit</literal></link>,
     is 1 minute.
     The default time limit, which is set by using the global server property
     <literal>time-limit</literal>, is 1 minute.
    </para>
    <para>
@@ -126,11 +114,8 @@
    <para>
     No default idle time limit is set.
     You can set an idle time limit by using the global server property,
     <link
      xlink:show="new"
      xlink:href="${configRefBase}global.html#idle-time-limit"
     ><literal>idle-time-limit</literal></link>.
     You can set an idle time limit by using the global server property
     <literal>idle-time-limit</literal>.
    </para>
    <para>
@@ -145,11 +130,7 @@
   <listitem>
    <para>
     The maximum number of persistent searches can be set
     by using the global server property,
     <link
      xlink:show="new"
      xlink:href="${configRefBase}global.html#max-psearches"
     ><literal>max-psearches</literal></link>.
     by using the global server property <literal>max-psearches</literal>.
    </para>
   </listitem>
  </itemizedlist>
opendj-server-legacy/src/main/docbkx/admin-guide/chap-tuning.xml
@@ -251,11 +251,7 @@
  <para>
   If you need additional precision when evaluating response times,
   use the global configuration setting,
   <link
    xlink:show="new"
    xlink:href="${configRefBase}global.html#etime-resolution"
   ><literal>etime-resolution</literal></link>,
   use the global configuration setting <literal>etime-resolution</literal>,
   to change elapsed processing time resolution
   from milliseconds (default) to nanoseconds.
  </para>
opendj-server-legacy/src/main/docbkx/shared/sec-cli-overview.xml
@@ -197,16 +197,12 @@
    </para>
    <para>
     In addition to the
     The <citetitle>Reference</citetitle> pages for the
     <link
      xlink:href="reference#dsconfig-1"
      xlink:role="http://docbook.org/xlink/role/olink">dsconfig</link> reference
     that covers subcommands, the
     <link
      xlink:show="new" xlink:href="${configRefBase}"
     ><citetitle>Configuration Reference</citetitle></link>
     covers the properties that you can set
     with the <command>dsconfig</command> command.
      xlink:role="http://docbook.org/xlink/role/olink"
      xlink:show="new"
     >dsconfig</link> command cover subcommands and configuration properties.
    </para>
   </listitem>
  </varlistentry>