From ab4f4fffa33652cf4a6851f1964e7bbf3ea4b598 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Wed, 07 Sep 2011 18:13:05 +0000 Subject: [PATCH] Issue OPENDJ-262: Implement pass through authentication (PTA) --- opendj-sdk/opends/src/messages/messages/extension.properties | 38 +++++++++++++++++++++++++++++++++++++- 1 files changed, 37 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/extension.properties b/opendj-sdk/opends/src/messages/messages/extension.properties index ba3342a..77a7be7 100644 --- a/opendj-sdk/opends/src/messages/messages/extension.properties +++ b/opendj-sdk/opends/src/messages/messages/extension.properties @@ -1449,4 +1449,40 @@ MILD_ERR_LDAP_PTA_MAPPED_BIND_FAILED_590=The user "%s" could \ not be authenticated using LDAP PTA policy "%s" because the bind failed \ unexpectedly for the following reason: %s - +MILD_ERR_LDAP_PTA_CONNECT_UNKNOWN_HOST_591=A connection could not be established \ + to the remote LDAP server at %s:%d for LDAP PTA policy "%s" because the host name \ + "%s" could not be resolved to an IP address +MILD_ERR_LDAP_PTA_CONNECT_ERROR_592=A connection could not be established \ + to the remote LDAP server at %s:%d for LDAP PTA policy "%s" because the connection \ + was refused. This may indicate that the server is either offline or it is not \ + listening on port %d +MILD_ERR_LDAP_PTA_CONNECT_TIMEOUT_593=A connection could not be established \ + to the remote LDAP server at %s:%d for LDAP PTA policy "%s" because the connection \ + attempt timed out. This may indicate that the server is slow to respond, \ + the network is slow, or that there is some other network problem +MILD_ERR_LDAP_PTA_CONNECT_SSL_ERROR_594=A connection could not be established \ + to the remote LDAP server at %s:%d for LDAP PTA policy "%s" because SSL \ + negotiation failed for the following reason: %s +MILD_ERR_LDAP_PTA_CONNECT_OTHER_ERROR_595=A connection could not be established \ + to the remote LDAP server at %s:%d for LDAP PTA policy "%s" because an unexpected \ + error occurred: %s +MILD_ERR_LDAP_PTA_CONNECTION_OTHER_ERROR_596=The connection to the remote LDAP \ + server at %s:%d for LDAP PTA policy "%s" has failed unexpectedly: %s +MILD_ERR_LDAP_PTA_CONNECTION_CLOSED_597=The connection to the remote LDAP \ + server at %s:%d for LDAP PTA policy "%s" has been closed unexpectedly +MILD_ERR_LDAP_PTA_CONNECTION_TIMEOUT_598=The connection to the remote LDAP \ + server at %s:%d for LDAP PTA policy "%s" has timed out and will be closed. This \ + may indicate that the server is slow to respond, the network is slow, or \ + that there is some other network problem +MILD_ERR_LDAP_PTA_CONNECTION_DECODE_ERROR_599=The connection to the remote LDAP \ + server at %s:%d for LDAP PTA policy "%s" has encountered a protocol error while \ + decoding a response from the server and will be closed. The decoding error was: %s +MILD_ERR_LDAP_PTA_CONNECTION_WRONG_RESPONSE_600=The connection to the remote LDAP \ + server at %s:%d for LDAP PTA policy "%s" has received an unexpected response \ + from the server and will be closed. The unexpected response message was: %s +MILD_ERR_LDAP_PTA_CONNECTION_DISCONNECTING_601=The connection to the remote LDAP \ + server at %s:%d for LDAP PTA policy "%s" has received a disconnect notification \ + from the server and will be closed: %s +MILD_ERR_LDAP_PTA_CONNECTION_BIND_FAILED_602=The remote LDAP server at %s:%d \ + for LDAP PTA policy "%s" has failed to authenticate user "%s", returning the \ + response code %d (%s) and error message "%s" -- Gitblit v1.10.0