From c93ee25db11a3a624fdc68c3e70f0c39ed0718a4 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Sun, 26 Aug 2007 00:14:04 +0000
Subject: [PATCH] Update configuration definitions to make a few different types of changes:

---
 opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyConfiguration.xml |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyConfiguration.xml
index 447b814..1222414 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyConfiguration.xml
@@ -50,11 +50,12 @@
     </adm:synopsis>
     <adm:description>
       Specifies the attribute type used to hold user passwords. This
-      attribute type must be defined in the server schema. Changes to
-      this configuration attribute will take effect immediately.
+      attribute type must be defined in the server schema, and it must have
+      either the user password or auth password syntax. Changes to this
+      configuration attribute will take effect immediately.
     </adm:description>
     <adm:syntax>
-      <adm:oid />
+      <adm:attribute-type />
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>
@@ -131,7 +132,9 @@
       <adm:undefined />
     </adm:default-behavior>
     <adm:syntax>
-      <adm:dn />
+      <adm:dn>
+        <adm:base>cn=password validators,cn=config</adm:base>
+      </adm:dn>
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>
@@ -157,7 +160,9 @@
       <adm:undefined />
     </adm:default-behavior>
     <adm:syntax>
-      <adm:dn />
+      <adm:dn>
+        <adm:base>cn=account status notification handlers,cn=config</adm:base>
+      </adm:dn>
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>
@@ -339,7 +344,9 @@
       <adm:undefined />
     </adm:default-behavior>
     <adm:syntax>
-      <adm:dn />
+      <adm:dn>
+        <adm:base>cn=password generators,cn=config</adm:base>
+      </adm:dn>
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>
@@ -841,7 +848,7 @@
       <adm:undefined />
     </adm:default-behavior>
     <adm:syntax>
-      <adm:oid />
+      <adm:attribute-type />
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>

--
Gitblit v1.10.0