From 343e9de6f8f2bbf0ae32b8bd140964583fefd825 Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Tue, 20 Oct 2009 15:57:03 +0000
Subject: [PATCH] - RFC 3672 Subentries Control implementation : make earlier drafts based implementation obsolete; keep ldapSubEntry OC search matching criteria for backward compatibility.

---
 opends/src/messages/messages/protocol.properties |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/protocol.properties b/opends/src/messages/messages/protocol.properties
index c3dc95d..28363e7 100644
--- a/opends/src/messages/messages/protocol.properties
+++ b/opends/src/messages/messages/protocol.properties
@@ -1364,6 +1364,11 @@
 SEVERE_ERR_LDIF_CONNHANDLER_CANNOT_DELETE_456=An error occurred while the \
  LDIF connection handler was attempting to delete processed file %s:  %s
 SEVERE_ERR_CONNHANDLER_ADDRESS_INUSE_457=Address already in use
+MILD_ERR_SUBENTRIES_NO_CONTROL_VALUE_458=Cannot decode the provided \
+ subentries control because it does not have a value
+MILD_ERR_SUBENTRIES_CANNOT_DECODE_VALUE_459=Cannot decode the provided \
+ subentries control because an error occurred while attempting \
+ to decode the control value:  %s
 INFO_SNMP_CONNHANDLER_DESCRIPTION_LISTEN_PORT_1458=SNMP port on \
  which this connection handler accepts SNMP requests.  Changes \
  to this configuration attribute will not take effect until the connection \

--
Gitblit v1.10.0