From 5833fe40996c75adcf1e116104ffe6169c4866e6 Mon Sep 17 00:00:00 2001
From: rhaggard <rhaggard@localhost>
Date: Fri, 01 Feb 2008 18:37:01 +0000
Subject: [PATCH] Uncommitting last changes to configuration .xml files, second try

---
 opends/src/admin/defn/org/opends/server/admin/std/LengthBasedPasswordValidatorConfiguration.xml |   21 ++++++++-------------
 1 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/LengthBasedPasswordValidatorConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/LengthBasedPasswordValidatorConfiguration.xml
index b09c8ab..f91306b 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/LengthBasedPasswordValidatorConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/LengthBasedPasswordValidatorConfiguration.xml
@@ -39,8 +39,7 @@
     <adm:user-friendly-name />
     is used to determine whether a proposed password is acceptable based
     on whether the number of characters it contains falls within an
-    acceptable range of values. Both upper and lower bounds may be 
-    defined.
+    acceptable range of values.
   </adm:synopsis>
   <adm:profile name="ldap">
     <ldap:object-class>
@@ -59,10 +58,8 @@
   </adm:property-override>
   <adm:property name="max-password-length">
     <adm:synopsis>
-      Specifies the maximum number of characters that can be included in
-      a proposed password. If both minimum and maximum lengths 
-      are defined, then the minimum length must be less than or equal to 
-      the maximum length.
+      Specifies the maximum number of characters that may be included in
+      a proposed password.
     </adm:synopsis>
     <adm:description>
       A value of zero indicates that there will be no upper bound
@@ -74,7 +71,7 @@
       </adm:defined>
     </adm:default-behavior>
     <adm:syntax>
-      <adm:integer lower-limit="0" upper-limit="2147483647"/>
+      <adm:integer lower-limit="0" />
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>
@@ -85,21 +82,19 @@
   <adm:property name="min-password-length">
     <adm:synopsis>
       Specifies the minimum number of characters that must be included
-      in a proposed password. If both minimum and maximum lengths 
-      are defined, then the minimum length must be less than or equal to 
-      the maximum length.
+      in a proposed password.
     </adm:synopsis>
     <adm:description>
       A value of zero indicates that there will be no lower bound
-      enforced. 
+      enforced.
     </adm:description>
     <adm:default-behavior>
       <adm:defined>
-        <adm:value>6</adm:value>
+        <adm:value>1</adm:value>
       </adm:defined>
     </adm:default-behavior>
     <adm:syntax>
-      <adm:integer lower-limit="0" upper-limit="2147483647"/>
+      <adm:integer lower-limit="0" />
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>

--
Gitblit v1.10.0