From 1af2dc5c6e43da1b23ff0695c1fefdccda1f9c90 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 22 May 2015 08:09:56 +0000
Subject: [PATCH] CR-7023 OPENDJ-2012 Remove links to Config Reference
---
opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/chap-tuning.xml | 6 --
opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/chap-resource-limits.xml | 37 ++++--------------
opendj-sdk/opendj-server-legacy/src/main/docbkx/shared/sec-cli-overview.xml | 12 ++----
opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/chap-connection-handlers.xml | 20 ++--------
opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/chap-pwd-policy.xml | 23 +++++++----
5 files changed, 33 insertions(+), 65 deletions(-)
diff --git a/opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/chap-connection-handlers.xml b/opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/chap-connection-handlers.xml
index 4de87c7..d79cdf9 100644
--- a/opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/chap-connection-handlers.xml
+++ b/opendj-sdk/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
diff --git a/opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/chap-pwd-policy.xml b/opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/chap-pwd-policy.xml
index 4f1414e..b4f14d0 100644
--- a/opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/chap-pwd-policy.xml
+++ b/opendj-sdk/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.
diff --git a/opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/chap-resource-limits.xml b/opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/chap-resource-limits.xml
index 94a20ae..3ed4f31 100644
--- a/opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/chap-resource-limits.xml
+++ b/opendj-sdk/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>
diff --git a/opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/chap-tuning.xml b/opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/chap-tuning.xml
index b68bd76..93928d7 100644
--- a/opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/chap-tuning.xml
+++ b/opendj-sdk/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>
diff --git a/opendj-sdk/opendj-server-legacy/src/main/docbkx/shared/sec-cli-overview.xml b/opendj-sdk/opendj-server-legacy/src/main/docbkx/shared/sec-cli-overview.xml
index 9948169..11b5d77 100644
--- a/opendj-sdk/opendj-server-legacy/src/main/docbkx/shared/sec-cli-overview.xml
+++ b/opendj-sdk/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>
--
Gitblit v1.10.0