Password Modify Extended Operation Handler

The Password Modify Extended Operation Handler allows end users to change their own passwords, or administrators to reset user passwords.

The password modify extended operation is defined in RFC 3062. It includes the ability for users to provide their current password for further confirmation of their identity when changing the password, and it also includes the ability to generate a new password if the user does not provide one.

Parent

The Password Modify Extended Operation Handler object inherits from Extended Operation Handler.

Dependencies

Password Modify Extended Operation Handlers depend on the following objects:

Properties

Use the --advanced option to access advanced properties.

Basic Properties

Advanced Properties

Basic Properties

enabled

SynopsisIndicates whether the Extended Operation Handler is enabled (that is, whether the types of extended operations are allowed in the server).
Default ValueNone
Allowed Valuestrue
false
Multi-valuedNo
RequiredYes
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

identity-mapper

SynopsisSpecifies the name of the identity mapper that should be used in conjunction with the password modify extended operation.
DescriptionThis property is used to identify a user based on an authorization ID in the 'u:' form. Changes to this property take effect immediately.
Default ValueNone
Allowed ValuesThe name of an existing Identity Mapper. The referenced identity mapper must be enabled when the Password Modify Extended Operation Handler is enabled.
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 Password Modify Extended Operation Handler implementation.
Default Valueorg.opends.server.extensions.PasswordModifyExtendedOperation
Allowed ValuesA Java class that extends or implements:
org.opends.server.api.ExtendedOperationHandler
Multi-valuedNo
RequiredYes
Admin Action RequiredThe object must be disabled and re-enabled for changes to take effect.
AdvancedYes
Read-OnlyNo