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

jvergara
24.06.2009 e6970d683b85e1d32ef7172ca6a2c709e0710ccd
1
2
3
4
5
6
7
8
9
user-friendly-name=Password Modify Extended Operation Handler
user-friendly-plural-name=Password Modify Extended Operation Handlers
synopsis=The Password Modify Extended Operation Handler allows end users to change their own passwords, or administrators to reset user passwords.
description=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.
property.enabled.synopsis=Indicates whether the Password Modify Extended Operation Handler is enabled (that is, whether the types of extended operations are allowed in the server).
property.identity-mapper.synopsis=Specifies the name of the identity mapper that should be used in conjunction with the password modify extended operation.
property.identity-mapper.description=This property is used to identify a user based on an authorization ID in the 'u:' form. Changes to this property take effect immediately.
property.identity-mapper.syntax.aggregation.constraint-synopsis=The referenced identity mapper must be enabled when the Password Modify Extended Operation Handler is enabled.
property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Password Modify Extended Operation Handler implementation.