From cb2f2ff6b6049569de9c01819519dd322a6dd90e Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Fri, 04 Aug 2006 13:38:56 +0000 Subject: [PATCH] Update the password modify extended operation to use the identity mapping API to identify users based on an authorization ID in the "u:" form. This was previously based on a hard-coded mapping. --- opendj-sdk/opends/resource/config/config.ldif | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/resource/config/config.ldif b/opendj-sdk/opends/resource/config/config.ldif index 8d246dc..d1f8d7c 100644 --- a/opendj-sdk/opends/resource/config/config.ldif +++ b/opendj-sdk/opends/resource/config/config.ldif @@ -297,9 +297,11 @@ dn: cn=Password Modify,cn=Extended Operations,cn=config objectClass: top objectClass: ds-cfg-extended-operation-handler +objectClass: ds-cfg-password-modify-extended-operation-handler cn: Password Modify ds-cfg-extended-operation-handler-class: org.opends.server.extensions.PasswordModifyExtendedOperation ds-cfg-extended-operation-handler-enabled: true +ds-cfg-identity-mapper-dn: cn=Exact Match,cn=Identity Mappers,cn=config dn: cn=StartTLS,cn=Extended Operations,cn=config objectClass: top -- Gitblit v1.10.0