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/resource/schema/02-config.ldif |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif
index f29ee10..4751b7d 100644
--- a/opends/resource/schema/02-config.ldif
+++ b/opends/resource/schema/02-config.ldif
@@ -4271,9 +4271,9 @@
   STRUCTURAL
   MUST ( ds-cfg-dictionary-file $
          ds-cfg-case-sensitive-validation $
-         ds-cfg-test-reversed-password $
-         ds-cfg-check-substrings )
-  MAY ds-cfg-min-substring-length
+         ds-cfg-test-reversed-password )
+  MAY  ( ds-cfg-check-substrings $
+         ds-cfg-min-substring-length )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.95
   NAME 'ds-cfg-attribute-value-password-validator'

--
Gitblit v1.10.0