From 4c8a128434c7a8d21dc8fe3eb38e24bbf414a3ec Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Fri, 02 Sep 2011 19:52:24 +0000 Subject: [PATCH] OPENDJ-262: Implement pass through authentication (PTA) --- opendj-sdk/opends/src/messages/messages/extension.properties | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/extension.properties b/opendj-sdk/opends/src/messages/messages/extension.properties index c5736f2..ba3342a 100644 --- a/opendj-sdk/opends/src/messages/messages/extension.properties +++ b/opendj-sdk/opends/src/messages/messages/extension.properties @@ -1434,3 +1434,19 @@ MILD_ERR_EXTOP_PWPSTATE_ACCOUNT_NOT_LOCAL_585=The password policy state \ extended operation is not supported for user %s because the account is not \ managed locally +MILD_ERR_LDAP_PTA_MAPPING_ATTRIBUTE_NOT_FOUND_586=The user "%s" could not be \ + authenticated using LDAP PTA policy "%s" because the following \ + mapping attributes were not found in the user's entry: %s +MILD_ERR_LDAP_PTA_MAPPED_SEARCH_TOO_MANY_CANDIDATES_587=The user "%s" could \ + not be authenticated using LDAP PTA policy "%s" because the search of base \ + DN "%s" returned more than one entry matching the filter "%s" +MILD_ERR_LDAP_PTA_MAPPED_SEARCH_NO_CANDIDATES_588=The user "%s" could \ + not be authenticated using LDAP PTA policy "%s" because the search did not \ + return any entries matching the filter "%s" +MILD_ERR_LDAP_PTA_MAPPED_SEARCH_FAILED_589=The user "%s" could \ + not be authenticated using LDAP PTA policy "%s" because the search failed \ + unexpectedly for the following reason: %s +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 + -- Gitblit v1.10.0