From 32b3e38219b938f33583a5adfceaeece416cac39 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Tue, 27 Mar 2007 16:24:29 +0000
Subject: [PATCH] Remove default behavior for minimum-password-difference property because the property is mandatory and can, therefore, never be left undefined.

---
 opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SimilarityBasedPasswordValidatorConfiguration.xml |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SimilarityBasedPasswordValidatorConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SimilarityBasedPasswordValidatorConfiguration.xml
index ad34734..4f748ba 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SimilarityBasedPasswordValidatorConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SimilarityBasedPasswordValidatorConfiguration.xml
@@ -27,11 +27,6 @@
       A value of zero indicates that there will be no difference is acceptable.
       Changes to this configuration attribute will take effect immediately.
     </adm:description>
-    <adm:default-behavior>
-      <adm:defined>
-        <adm:value>1</adm:value>
-      </adm:defined>
-    </adm:default-behavior>
     <adm:syntax>
       <adm:integer lower-limit="0" />
     </adm:syntax>

--
Gitblit v1.10.0