From 06b521335fbe2a64d9d0840fedd8bc2fdd52e535 Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Thu, 16 Aug 2007 21:37:56 +0000 Subject: [PATCH] Add a new convenience constructor for the InternalClientConnection class that allows you to create a new internal client connection authenticated as a given user by providing only that user's DN (as opposed to having to create an AuthenticationInfo object for the user in order to use the other constructor). --- opends/src/messages/messages/protocol.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/protocol.properties b/opends/src/messages/messages/protocol.properties index 57a21cb..5e048f2 100644 --- a/opends/src/messages/messages/protocol.properties +++ b/opends/src/messages/messages/protocol.properties @@ -1404,3 +1404,4 @@ MILD_ERR_JMX_INSUFFICIENT_PRIVILEGES_439=You do not have sufficient \ privileges to establish the connection through JMX. At least JMX_READ \ privilege is required +MILD_ERR_INTERNALCONN_NO_SUCH_USER_440=User %s does not exist in the directory -- Gitblit v1.10.0