From dfb4f94fefa3ba20073b8fa2986b7e39d4f290a8 Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Mon, 20 Aug 2007 16:33:24 +0000 Subject: [PATCH] Add a new internal LDAP socket implementation that provides a mechanism which allows third-party LDAP SDKs to be used to perform internal operations within the server. Rather than performing network communication, the custom socket decodes the request written to it, converts it to an internal operation, processes the request, and encodes the response so that it can be read from the socket by the LDAP SDK. --- opends/src/messages/messages/protocol.properties | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/protocol.properties b/opends/src/messages/messages/protocol.properties index 0c80603..3278984 100644 --- a/opends/src/messages/messages/protocol.properties +++ b/opends/src/messages/messages/protocol.properties @@ -1400,3 +1400,10 @@ 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 +MILD_ERR_INTERNALOS_CLOSED_441=This output stream has been closed +MILD_ERR_INTERNALOS_INVALID_REQUEST_442=The provided LDAP message had an \ + invalid operation type (%s) for a request +MILD_ERR_INTERNALOS_SASL_BIND_NOT_SUPPORTED_443=SASL bind operations are not \ + supported over internal LDAP sockets +MILD_ERR_INTERNALOS_STARTTLS_NOT_SUPPORTED_444=StartTLS operations are not \ + supported over internal LDAP sockets -- Gitblit v1.10.0