From 3883d2297c3422d8aec2b40530c2d2b0a00ee57d Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Thu, 25 Aug 2011 16:27:28 +0000 Subject: [PATCH] Final refactoring work for OPENDJ-262: Implement pass through authentication (PTA) --- opends/src/messages/messages/extension.properties | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/extension.properties b/opends/src/messages/messages/extension.properties index b70ff7e..c5736f2 100644 --- a/opends/src/messages/messages/extension.properties +++ b/opends/src/messages/messages/extension.properties @@ -587,7 +587,7 @@ INFO_SASLCRAMMD5_UPDATED_USER_BASE_DN_191=Attribute ds-cfg-user-base-dn in \ configuration entry %s has been updated. The DN %s will now be used as the \ search base when looking up user entries based on their username - INFO_SASL_UNSUPPORTED_CALLBACK_192=An unsupported or unexpected callback was \ +INFO_SASL_UNSUPPORTED_CALLBACK_192=An unsupported or unexpected callback was \ provided to the SASL server for use during %s authentication: %s MILD_ERR_SASL_NO_CREDENTIALS_193=The client connection included \ %s state information, indicating that the client was in the process \ @@ -1401,7 +1401,7 @@ SEVERE_ERR_SASLDIGESTMD5_PROTOCOL_ERROR_570=SASL DIGEST MD5 protocol error: %s INFO_LOG_EXTENSION_INFORMATION_571=Loaded extension from file '%s' (build %s, \ revision %s) - SEVERE_ERR_SASL_CREATE_SASL_SERVER_FAILED_572=Failed to create a SASL server \ +SEVERE_ERR_SASL_CREATE_SASL_SERVER_FAILED_572=Failed to create a SASL server \ for SASL mechanism %s using a server FQDN of %s SEVERE_ERR_SASL_GSSAPI_KEYTAB_INVALID_573=GSSAPI SASL mechanism handler initalization \ failed because the keytab file %s does not exist @@ -1427,3 +1427,10 @@ character sets: %s MILD_ERR_STATICMEMBERS_CANNOT_DECODE_DN_582=An error occurred while \ attempting to decode member's DN %s of static group %s: %s +MILD_ERR_SASL_ACCOUNT_NOT_LOCAL_583=SASL %s authentication \ + is not supported for user %s because the account is not managed locally +MILD_ERR_EXTOP_PASSMOD_ACCOUNT_NOT_LOCAL_584=Password modification is not \ + supported for user %s because the account is not managed locally +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 -- Gitblit v1.10.0