From 102246bda30be3976b96077486dcf86e102e5923 Mon Sep 17 00:00:00 2001
From: Chris Ridd <chris.ridd@forgerock.com>
Date: Wed, 19 Feb 2014 15:54:33 +0000
Subject: [PATCH] Fix OPENDJ-1350: Access controls and timelimits are not enforced when searching cn=changelog

---
 opends/src/messages/messages/replication.properties |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties
index 189ff40..2656d2d 100644
--- a/opends/src/messages/messages/replication.properties
+++ b/opends/src/messages/messages/replication.properties
@@ -20,7 +20,7 @@
 # CDDL HEADER END
 #
 #      Copyright 2006-2010 Sun Microsystems, Inc.
-#      Portions copyright 2011-2013 ForgeRock AS
+#      Portions copyright 2011-2014 ForgeRock AS
 #
 #
 # This file contains the primary Directory Server configuration.  It must not
@@ -534,3 +534,5 @@
 FATAL_ERR_CHANGE_NUMBER_INDEXER_INCONSISTENT_CSN_READ_237=Aborting initialization: \
  expected the newest change number index record CSN '%s' to be equal to \
  the CSN read from the replica DBs '%s'
+NOTICE_ECL_LOOKTHROUGH_LIMIT_EXCEEDED_238=This search operation has checked the \
+ maximum of %d entries for matches
\ No newline at end of file

--
Gitblit v1.10.0