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

Mark Craig
03.45.2011 ee1d623077d1e367935fb25f82d13bce96997661
opendj-sdk/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.