From 7b374bbdd50845f01357a90c1648e4957860a660 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 03 Nov 2011 14:45:36 +0000
Subject: [PATCH] Typo
---
opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn.properties | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn.properties b/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn.properties
index d16d3a8..315323f 100644
--- a/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn.properties
+++ b/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn.properties
@@ -4,7 +4,7 @@
description=A large dictionary file is provided with the server, but the administrator can supply an alternate dictionary. In this case, then the dictionary must be a plain-text file with one word per line.
property.case-sensitive-validation.synopsis=Indicates whether this password validator is to treat password characters in a case-sensitive manner.
property.case-sensitive-validation.description=If it is set to true, then the validator rejects a password only if it appears in the dictionary with exactly the same capitalization as provided by the user.
-property.check-substrings.synopsis=Indicates wheather this password validator is to match portions of the password string against dictionary words.
+property.check-substrings.synopsis=Indicates whether this password validator is to match portions of the password string against dictionary words.
property.check-substrings.description=If "false" then only match the entire password against words otherwise ("true") check whether the password contains words.
property.dictionary-file.synopsis=Specifies the path to the file containing a list of words that cannot be used as passwords.
property.dictionary-file.description=It should be formatted with one word per line. The value can be an absolute path or a path that is relative to the OpenDJ instance root.
--
Gitblit v1.10.0