From 7194e864476a93e05faf762dfded0cc6055ba8a6 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Tue, 20 Sep 2011 08:41:42 +0000 Subject: [PATCH] Issue OPENDJ-262: Implement pass through authentication (PTA) --- opends/src/messages/messages/extension.properties | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/extension.properties b/opends/src/messages/messages/extension.properties index edd2010..2412677 100644 --- a/opends/src/messages/messages/extension.properties +++ b/opends/src/messages/messages/extension.properties @@ -1498,3 +1498,22 @@ MILD_ERR_LDAP_PTA_INVALID_PORT_NUMBER_606=The configuration of LDAP PTA policy \ "%s" is invalid because the remote LDAP server address "%s" specifies a port \ number which is invalid. Port numbers should be greater than 0 and less than 65536 +SEVERE_ERR_LDAP_PTA_PWD_PROPERTY_NOT_SET_607=The configuration of LDAP PTA policy \ + "%s" is invalid because the Java property %s which should contain the mapped \ + search bind password is not set +SEVERE_ERR_LDAP_PTA_PWD_ENVAR_NOT_SET_608=The configuration of LDAP PTA policy \ + "%s" is invalid because the environment variable %s which should contain the mapped \ + search bind password is not set +SEVERE_ERR_LDAP_PTA_PWD_NO_SUCH_FILE_609=The configuration of LDAP PTA policy \ + "%s" is invalid because the file %s which should contain the mapped search \ + bind password does not exist +SEVERE_ERR_LDAP_PTA_PWD_FILE_CANNOT_READ_610=The configuration of LDAP PTA policy \ + "%s" is invalid because the file %s which should contain the mapped search \ + bind password cannot be read for the following reason: %s +SEVERE_ERR_LDAP_PTA_PWD_FILE_EMPTY_611=The configuration of LDAP PTA policy \ + "%s" is invalid because the file %s which should contain the mapped search \ + bind password is empty +SEVERE_ERR_LDAP_PTA_NO_PWD_613=The configuration of LDAP PTA policy \ + "%s" is invalid because it does not specify the a means for obtaining the mapped \ + search bind password + -- Gitblit v1.10.0