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

neil_a_wilson
17.59.2007 2c7b8d6d8c0c177e8089272140dae66b87852ff7
refs
author neil_a_wilson <neil_a_wilson@localhost>
Tuesday, July 17, 2007 23:59 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Tuesday, July 17, 2007 23:59 +0200
commit2c7b8d6d8c0c177e8089272140dae66b87852ff7
tree ee7477afdcd9aa6c5e564a2e255df1ab2b627d56 tree | zip | gz
parent b290320e03dcb1f40f4123d3acbe5f4af0ce2b5b view | diff
Implement support for password history functionality.  The password history can
be maintained either based on the number of previous passwords to remember
(e.g., a user cannot re-use any of his/her last five passwords), or the length
of time the previous passwords have been retained (e.g., a user cannot re-use
any password he/she has had within the last 365 days), or both.

This commit also updates the manage-account tool so that it supports a public
option for displaying the password history state values, and a hidden option
for clearing a user's password history state.

OpenDS Issue Number: 339
15 files modified
1252 ■■■■■ changed files
opends/resource/config/config.ldif 4 ●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 9 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyConfiguration.xml 59 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/ConfigConstants.java 31 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/PasswordPolicy.java 47 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/PasswordPolicyState.java 621 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/PasswordModifyExtendedOperation.java 28 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/PasswordPolicyStateExtendedOperation.java 31 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/CoreMessages.java 12 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/ExtensionsMessages.java 13 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/ToolMessages.java 34 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/ManageAccount.java 37 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendWorkflowElement.java 27 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/PasswordPolicyTestCase.java 289 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/ManageAccountTestCase.java 10 ●●●● diff | view | raw | blame | history