From e7ae3d3b49be20cda05b029eb34e3e9527fdaab2 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 14 Mar 2012 11:14:11 +0000
Subject: [PATCH] Minor fix for OPENDJ-295: Dictionary password validator should verify that a password doesn't contain words, rather than match words.

---
 opends/src/admin/defn/org/opends/server/admin/std/DictionaryPasswordValidatorConfiguration.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/DictionaryPasswordValidatorConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/DictionaryPasswordValidatorConfiguration.xml
index e6bb853..834982b 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/DictionaryPasswordValidatorConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/DictionaryPasswordValidatorConfiguration.xml
@@ -24,7 +24,8 @@
   !
   !
   !      Copyright 2007-2008 Sun Microsystems, Inc.
-  |      Portions Copyright 2011 profiq, s.r.o.
+  !      Portions Copyright 2011 profiq, s.r.o.
+  !      Portions copyright 2012 ForgeRock AS.
   ! -->
 <adm:managed-object name="dictionary-password-validator"
   plural-name="dictionary-password-validators"
@@ -146,7 +147,7 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
-  <adm:property name="check-substrings" mandatory="true">
+  <adm:property name="check-substrings" mandatory="false">
     <adm:synopsis>
       Indicates whether this password validator is to match portions of
       the password string against dictionary words.

--
Gitblit v1.10.0