From e6dc623878d8c85b595d963635e15288fa79c4bc Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Tue, 14 Apr 2009 15:56:11 +0000 Subject: [PATCH] Fix issue 2896: The server should return "Protocol Error" after a bind with a unrecognised version number --- opends/src/messages/messages/protocol.properties | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/protocol.properties b/opends/src/messages/messages/protocol.properties index d625a28..a8ec346 100644 --- a/opends/src/messages/messages/protocol.properties +++ b/opends/src/messages/messages/protocol.properties @@ -20,7 +20,7 @@ # # CDDL HEADER END # -# Copyright 2006-2008 Sun Microsystems, Inc. +# Copyright 2006-2009 Sun Microsystems, Inc. @@ -1402,3 +1402,5 @@ SEVERE_ERR_CONNHANDLER_SSL_CANNOT_INITIALIZE_1504=An error occurred \ while attempting to initialize the SSL context for use in the LDAP \ Connection Handler: %s +MILD_ERR_LDAP_UNSUPPORTED_PROTOCOL_VERSION_1505=The Directory Server does not \ + support LDAP protocol version %d. This connection will be closed -- Gitblit v1.10.0