Configuration Reference Home
OpenDJ - Error Log Account Status Notification Handler

Error Log Account Status Notification Handler

The Error Log Account Status Notification Handler is a notification handler that writes information to the server error log whenever an appropriate account status event occurs.

Parent Component

The Error Log Account Status Notification Handler component inherits from the Account Status Notification Handler

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ account-status-notification-type ↓ java-class
↓ enabled

Basic Properties

account-status-notification-type

Description
Indicates which types of event can trigger an account status notification.
Default Value
None
Allowed Values
account-disabled - Generate a notification whenever a user account has been disabled by an administrator.

account-enabled - Generate a notification whenever a user account has been enabled by an administrator.

account-expired - Generate a notification whenever a user authentication has failed because the account has expired.

account-idle-locked - Generate a notification whenever a user account has been locked because it was idle for too long.

account-permanently-locked - Generate a notification whenever a user account has been permanently locked after too many failed attempts.

account-reset-locked - Generate a notification whenever a user account has been locked, because the password had been reset by an administrator but not changed by the user within the required interval.

account-temporarily-locked - Generate a notification whenever a user account has been temporarily locked after too many failed attempts.

account-unlocked - Generate a notification whenever a user account has been unlocked by an administrator.

password-changed - Generate a notification whenever a user changes his/her own password.

password-expired - Generate a notification whenever a user authentication has failed because the password has expired.

password-expiring - Generate a notification whenever a password expiration warning is encountered for a user password for the first time.

password-reset - Generate a notification whenever a user's password is reset by an administrator.


Multi-valued
Yes
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

enabled

Description
Indicates whether the Account Status Notification Handler is enabled. Only enabled handlers are invoked whenever a related event occurs in the server.
Default Value
None
Allowed Values
true
false
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No


Advanced Properties

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Error Log Account Status Notification Handler implementation.
Default Value
org.opends.server.extensions.ErrorLogAccountStatusNotificationHandler
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.api.AccountStatusNotificationHandler
Multi-valued
No
Required
Yes
Admin Action Required
The Error Log Account Status Notification Handler must be disabled and re-enabled for changes to this setting to take effect
Advanced Property
Yes
Read-only
No