| | |
| | | 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. |