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

The Error Log Account Status Notification Handler object inherits from Account Status Notification Handler.

Properties

Use the --advanced option to access advanced properties.

Basic Properties

Advanced Properties

Basic Properties

account-status-notification-type

SynopsisIndicates which types of event can trigger an account status notification.
Default ValueNone
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-valuedYes
RequiredYes
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

enabled

SynopsisIndicates whether the Account Status Notification Handler is enabled. Only enabled handlers are invoked whenever a related event occurs in the server.
Default ValueNone
Allowed Valuestrue
false
Multi-valuedNo
RequiredYes
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

Advanced Properties

java-class

SynopsisSpecifies the fully-qualified name of the Java class that provides the Error Log Account Status Notification Handler implementation.
Default Valueorg.opends.server.extensions.ErrorLogAccountStatusNotificationHandler
Allowed ValuesA Java class that extends or implements:
org.opends.server.api.AccountStatusNotificationHandler
Multi-valuedNo
RequiredYes
Admin Action RequiredThe object must be disabled and re-enabled for changes to take effect.
AdvancedYes
Read-OnlyNo