From 4bf7d7c4a02bf5d16acf88579f2c0f376f3e4080 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Mon, 19 Sep 2011 13:23:39 +0000 Subject: [PATCH] Fix OPENDJ-288: Use INVALID_CREDENTIALS result code when disconnecting users because their entry has been deleted --- opends/src/messages/messages/core.properties | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index a44fccf..b375926 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. +# Portions copyright 2011 ForgeRock AS @@ -1851,3 +1852,4 @@ SEVERE_WARN_OP_REJECTED_BY_QUEUE_INTERRUPT_740=The request to process this \ operation has been rejected because request handler thread was interrupted \ while attempting to put the operation on the work queue +INFO_DISCONNECT_DUE_TO_INVALID_CREDENTIALS_741=Invalid Credentials -- Gitblit v1.10.0