From 977a120eb36c5ddaa41ddabadd1f546bce10cfce Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Fri, 09 Sep 2011 10:16:46 +0000 Subject: [PATCH] Issue OPENDJ-262: Implement pass through authentication (PTA) --- opends/src/messages/messages/extension.properties | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/opends/src/messages/messages/extension.properties b/opends/src/messages/messages/extension.properties index bf80d19..9ca6451 100644 --- a/opends/src/messages/messages/extension.properties +++ b/opends/src/messages/messages/extension.properties @@ -1489,12 +1489,9 @@ MILD_ERR_LDAP_PTA_CONNECTION_SEARCH_SIZE_LIMIT_603=The remote LDAP server at %s:%d \ for LDAP PTA policy "%s" returned multiple matching entries while searching \ "%s" using the filter "%s" -MILD_ERR_LDAP_PTA_CONNECTION_SEARCH_TIME_LIMIT_604=The remote LDAP server at %s:%d \ - for LDAP PTA policy "%s" failed to return any matching entries within the timeout \ - while searching "%s" using the filter "%s" -MILD_ERR_LDAP_PTA_CONNECTION_SEARCH_NO_MATCHES_605=The remote LDAP server at %s:%d \ +MILD_ERR_LDAP_PTA_CONNECTION_SEARCH_NO_MATCHES_604=The remote LDAP server at %s:%d \ for LDAP PTA policy "%s" did not return any matching entries while searching \ "%s" using the filter "%s" -MILD_ERR_LDAP_PTA_CONNECTION_SEARCH_FAILED_606=The remote LDAP server at %s:%d \ +MILD_ERR_LDAP_PTA_CONNECTION_SEARCH_FAILED_605=The remote LDAP server at %s:%d \ for LDAP PTA policy "%s" returned an error while searching "%s" using the \ filter "%s": response code %d (%s) and error message "%s" -- Gitblit v1.10.0