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

neil_a_wilson
27.00.2007 20a5a72f2842bddd089de5d161b3e2b1c644a3d4
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
commit20a5a72f2842bddd089de5d161b3e2b1c644a3d4
tree f680e34d3d82aa25342263e7fe1fbf8b644c477e tree | zip | gz
parent 66f4d2de8922623e2d3bd90be9f0bab5f5ea16e2 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
opends/resource/config/config.ldif 20 ●●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 22 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/RepeatedCharactersPasswordValidatorConfiguration.xml 66 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/UniqueCharactersPasswordValidatorConfiguration.xml 64 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/RepeatedCharactersPasswordValidator.java 196 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/UniqueCharactersPasswordValidator.java 187 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/ExtensionsMessages.java 32 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/RepeatedCharactersPasswordValidatorTestCase.java 699 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/UniqueCharactersPasswordValidatorTestCase.java 699 ●●●●● diff | view | raw | blame | history