The is used to determine whether a proposed password is acceptable based on the number of times any character may appear consecutively in a password value. ds-cfg-repeated-characters-password-validator ds-cfg-password-validator org.opends.server.extensions.RepeatedCharactersPasswordValidator Specifies the maximum number of times that any character may appear consecutively in a password value. A value of zero indicates that there will be no maximum limit enforced. ds-cfg-max-consecutive-length 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