From c9da9e4bd4a115a646dfb846972126ca8eef1158 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 18 Aug 2011 17:43:22 +0000
Subject: [PATCH] Initial checkpoint of work for OPENDJ-262: Implement pass through authentication (PTA)

---
 opends/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml
index 0c7fb0e..3b80fe8 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml
@@ -80,6 +80,13 @@
       for users whose entries do not specify an alternate password
       policy (either via a real or virtual attribute).
     </adm:synopsis>
+    <adm:description>
+      In addition, the default password policy will be used for providing
+      default parameters for sub-entry based password policies when not
+      provided or supported by the sub-entry itself.
+      This property must reference a password policy and no other type of
+      authentication policy.
+    </adm:description>
     <adm:syntax>
       <adm:aggregation relation-name="password-policy" parent-path="/" />
     </adm:syntax>

--
Gitblit v1.10.0