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

neil_a_wilson
14.33.2006 974a3ba348bab7b304d1b2d007ef14bc49e7dff7
refs
author neil_a_wilson <neil_a_wilson@localhost>
Monday, August 14, 2006 15:33 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Monday, August 14, 2006 15:33 +0200
commit974a3ba348bab7b304d1b2d007ef14bc49e7dff7
tree f964ed69d0401c4e60edeed82e7c900ecc7bb430 tree | zip | gz
parent 1be5d2dd05466fceb9f8fbb15e299ac766b55192 view | diff
Make a few changes in the area of account status notifications:

- Update the account status notification type structure to include the DN of
the associated user.

- Update the bind processing code to generate account status notifications for
the following conditions:
* Bind failed due to an expired account
* Bind failed due to a reset-locked account
* Bind failed due to an idle-locked account
* Bind failed due to an expired password
* The first time a password expiration warning is generated
* If the bind failure count limit is reached and the account becomes locked

- An error log account status notification handler has been added, which can
write messages to the error log when an account status notification is
generated.
1 files added
12 files modified
904 ■■■■■ changed files
opendj-sdk/opends/resource/config/config.ldif 20 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/resource/schema/02-config.ldif 11 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/api/AccountStatusNotificationHandler.java 6 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java 9 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/core/BindOperation.java 188 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/core/PasswordPolicyState.java 26 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/extensions/ErrorLogAccountStatusNotificationHandler.java 414 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/CoreMessages.java 41 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/ExtensionsMessages.java 61 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/UtilityMessages.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPConnection.java 3 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/types/AccountStatusNotification.java 28 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/types/AccountStatusNotificationType.java 95 ●●●●● diff | view | raw | blame | history