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

neil_a_wilson
27.00.2007 2c1f6b616b0466880bb023803225f17c687adccf
refs
author neil_a_wilson <neil_a_wilson@localhost>
Tuesday, March 27, 2007 00:00 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Tuesday, March 27, 2007 00:00 +0200
commit2c1f6b616b0466880bb023803225f17c687adccf
tree 0536762cc9ab0b7f78ad2548c98aa855f8c38e91 tree | zip | gz
parent dca2ab47a85147295f1bde22637fd642a339b820 view | diff
Add two new password validators to OpenDS:

- A validator which enforces a restriction that passwords must have at least a
specified number of unique characters (issue #1219).

- A validator which enforces a restriction that passwords may not have any
character which appears more than a specified number of times in a row (issue
#1220).
6 files added
3 files modified
1985 ■■■■■ changed files
opendj-sdk/opends/resource/config/config.ldif 20 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/resource/schema/02-config.ldif 22 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/RepeatedCharactersPasswordValidatorConfiguration.xml 66 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/UniqueCharactersPasswordValidatorConfiguration.xml 64 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/extensions/RepeatedCharactersPasswordValidator.java 196 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/extensions/UniqueCharactersPasswordValidator.java 187 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/ExtensionsMessages.java 32 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/RepeatedCharactersPasswordValidatorTestCase.java 699 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/UniqueCharactersPasswordValidatorTestCase.java 699 ●●●●● diff | view | raw | blame | history