The
is used to determine whether a proposed password is acceptable based on
whether the given password value appears in a provided dictionary file.
ds-cfg-dictionary-password-validator
ds-cfg-password-validator
org.opends.server.extensions.DictionaryPasswordValidator
Specifies the path to the file containing a list of words that may not be
used as passwords. It should be formatted with one word per line. The
value may be an absolute path, or a path that is relative to the
instance root.
ds-cfg-dictionary-file
Indicates whether this password validator should treat password characters
in a case-sensitive manner.
Indicates whether this password validator should treat password characters
in a case-sensitive manner. A value of false indicates that any
differences in capitalization should be ignored when looking for
consecutive characters in the password. A value of true indicates that
a character should only be considered repeating if all consecutive
occurrences use the same capitalization.
ds-cfg-case-sensitive-validation
Indicates whether this password validator should test the reversed value
of the provided password as well as the order in which it was given.
ds-cfg-test-reversed-password