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

neil_a_wilson
14.33.2006 abf2b98003c52deb2319cfd64a6e280531e84324
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
commitabf2b98003c52deb2319cfd64a6e280531e84324
tree 6b2c63ff0cdab2ed7c8add597eca2b738ea0c3fe tree | zip | gz
parent 6de04cee6bf226bb7df278099d5a8c8f4a4220f7 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
opends/resource/config/config.ldif 20 ●●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 11 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/AccountStatusNotificationHandler.java 6 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/ConfigConstants.java 9 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/BindOperation.java 188 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/PasswordPolicyState.java 26 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/ErrorLogAccountStatusNotificationHandler.java 414 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/CoreMessages.java 41 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/ExtensionsMessages.java 61 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/UtilityMessages.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDAPConnection.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/AccountStatusNotification.java 28 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/AccountStatusNotificationType.java 95 ●●●●● diff | view | raw | blame | history