mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
03.45.2011 7b374bbdd50845f01357a90c1648e4957860a660
Typo
2 files modified
4 ■■■■ changed files
opends/src/admin/defn/org/opends/server/admin/std/DictionaryPasswordValidatorConfiguration.xml 2 ●●● patch | view | raw | blame | history
opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn.properties 2 ●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/DictionaryPasswordValidatorConfiguration.xml
@@ -148,7 +148,7 @@
  </adm:property>
  <adm:property name="check-substrings" mandatory="true">
    <adm:synopsis>
      Indicates wheather this password validator is to match portions of
      Indicates whether this password validator is to match portions of
      the password string against dictionary words.
    </adm:synopsis>
    <adm:description>
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.