From 15cd2536d46692eb2a770804b0597142f3efed19 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Mon, 19 Sep 2011 15:34:26 +0000 Subject: [PATCH] Issue OPENDJ-262: Implement pass through authentication (PTA) --- opends/src/messages/messages/extension.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/extension.properties b/opends/src/messages/messages/extension.properties index cbde8c7..edd2010 100644 --- a/opends/src/messages/messages/extension.properties +++ b/opends/src/messages/messages/extension.properties @@ -1482,7 +1482,7 @@ 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 + with response code %d (%s) and error message "%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