From 191c53f84a8a6d3cef7757c543a591f34897ce56 Mon Sep 17 00:00:00 2001 From: abobrov <abobrov@localhost> Date: Mon, 14 Jul 2008 17:02:14 +0000 Subject: [PATCH] - [ Issue 3468 ] Password ext op: userIdentity should accept a DN. --- opendj-sdk/opends/src/messages/messages/extension.properties | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/extension.properties b/opendj-sdk/opends/src/messages/messages/extension.properties index 237fe2e..6467791 100644 --- a/opendj-sdk/opends/src/messages/messages/extension.properties +++ b/opendj-sdk/opends/src/messages/messages/extension.properties @@ -99,9 +99,8 @@ request cannot be processed because the server cannot decode "%s" as a valid \ DN for use in the authorization ID for the operation MILD_ERR_EXTOP_PASSMOD_INVALID_AUTHZID_STRING_37=The password modify extended \ - request cannot be processed because it contained an invalid authorization ID \ - that did not start with either "dn:" or "u:". The provided authorization ID \ - string was "%s" + request cannot be processed because it contained an invalid userIdentity \ + field. The provided userIdentity string was "%s" MILD_ERR_EXTOP_PASSMOD_NO_USER_ENTRY_BY_AUTHZID_38=The password modify \ extended request cannot be processed because it was not possible to identify \ the user entry to update based on the authorization DN of "%s" -- Gitblit v1.10.0