From bcbe100caecceee304d4c23d3001e9e3e84904b1 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 31 Jan 2012 15:26:01 +0000
Subject: [PATCH] Mention where to find information on Password Policy configuration properties
---
opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-pwd-policy.xml | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-pwd-policy.xml b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-pwd-policy.xml
index 25ba6b0..09d9a48 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-pwd-policy.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-pwd-policy.xml
@@ -112,7 +112,13 @@
require-secure-password-changes : false
skip-validation-for-administrators : false
state-update-failure-policy : reactive</screen>
-
+
+ <para>See the <citetitle>OpenDJ Configuration Reference</citetitle> page
+ on <link xlink:show="new"
+ xlink:href="http://opendj.forgerock.org/opendj-server/configref/password-policy.html"
+ ><citetitle>Password Policy</citetitle></link> for detailed descriptions of
+ each property.</para>
+
<para>Here you notice that many capabilities are not set by default: no
lockout, no password expiration, no multiple passwords, no password validator
to check that passwords contain the appropriate mix of characters. This means
--
Gitblit v1.10.0