The
determines whether a proposed password is acceptable based
on the number of unique characters that it contains.
This validator can be used to prevent simple passwords that contain only
a few characters like "aabbcc" or "abcabc".
ds-cfg-unique-characters-password-validator
ds-cfg-password-validator
org.opends.server.extensions.UniqueCharactersPasswordValidator
Specifies the minimum number of unique characters that a password
will be allowed to contain.
A value of zero indicates that no minimum value is
enforced.
5
ds-cfg-min-unique-characters
Indicates whether this password validator should treat password
characters in a case-sensitive manner.
If the value of this property is true, then the validator does
not consider a capital letter to be the same as its lower-case
counterpart. If the value is false, the validator ignores
differences in capitalization when counting the number of
unique characters in the password.
false
ds-cfg-case-sensitive-validation