From 754bed5c17410e7a077d8e76e3f2e08702f0bdc2 Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Mon, 03 Sep 2012 14:39:43 +0000 Subject: [PATCH] CR-646 Review comments from Violette on SDK documentation --- opendj3/src/main/docbkx/dev-guide/chap-controls.xml | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git a/opendj3/src/main/docbkx/dev-guide/chap-controls.xml b/opendj3/src/main/docbkx/dev-guide/chap-controls.xml index 3af4b0d..85a6b3e 100644 --- a/opendj3/src/main/docbkx/dev-guide/chap-controls.xml +++ b/opendj3/src/main/docbkx/dev-guide/chap-controls.xml @@ -586,7 +586,12 @@ <para>OpenDJ directory server supports the Password Expired Response Control. To obtain the following output from the excerpt, you can change the default password policy configuration to set a short maximum password age, change - Barbara Jensen's password, and wait for it to expire.</para> + Barbara Jensen's password, and wait for it to expire. See the OpenDJ + <citetitle>Administration Guide</citetitle> procedure explaining how + <link xlink:href="admin-guide#default-pwp" + xlink:role="http://docbook.org/xlink/role/olink"><citetitle + >To Adjust the Default Password Policy</citetitle></link> for an example + of how to adjust the maximum password age.</para> <programlisting >Password expired for uid=bjensen,ou=People,dc=example,dc=com</programlisting> @@ -633,7 +638,13 @@ To obtain the following output from the excerpt, you can change the default password policy configuration to set a maximum password age and a warning interval, change Barbara Jensen's password, and wait until you enter the - warning interval before password expiration.</para> + warning interval before password expiration. See the OpenDJ + <citetitle>Administration Guide</citetitle> procedure explaining how + <link xlink:href="admin-guide#default-pwp" + xlink:role="http://docbook.org/xlink/role/olink"><citetitle + >To Adjust the Default Password Policy</citetitle></link> for an example + of how to adjust the maximum password age. Also set a short + <literal>password-expiration-warning-interval</literal> value.</para> <programlisting>Password for uid=bjensen,ou=People,dc=example,dc=com expires in 237 seconds.</programlisting> @@ -700,7 +711,13 @@ the output from the excerpt, you can change the default password policy configuration to set a maximum password age and a warning interval, change Barbara Jensen's password, and then run the example during the warning - interval and after the password has expired.</para> + interval and after the password has expired. See the OpenDJ + <citetitle>Administration Guide</citetitle> procedure explaining how + <link xlink:href="admin-guide#default-pwp" + xlink:role="http://docbook.org/xlink/role/olink"><citetitle + >To Adjust the Default Password Policy</citetitle></link> for an example + of how to adjust the maximum password age. Also set a short + <literal>password-expiration-warning-interval</literal> value.</para> <para>For a warning:</para> <programlisting>Password policy warning timeBeforeExpiration, value 237 for -- Gitblit v1.10.0