From 20923b450179b90c134577ad3aa8b54faf3595a6 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 28 Jul 2011 10:20:44 +0000
Subject: [PATCH] Fix OPENDJ-247: Rename max-entries property in JE backend to something more clearly related to index analysis

---
 opends/resource/schema/02-config.ldif |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif
index ac8b054..d350987 100644
--- a/opends/resource/schema/02-config.ldif
+++ b/opends/resource/schema/02-config.ldif
@@ -2571,6 +2571,11 @@
   NAME 'ds-cfg-samba-administrator-dn'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
   X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.10
+  NAME 'ds-cfg-index-filter-analyzer-max-filters'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDJ Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.1
   NAME 'ds-cfg-access-control-handler'
   SUP top
@@ -2647,7 +2652,7 @@
         ds-cfg-disk-full-threshold $
         ds-cfg-disk-low-threshold $
         ds-cfg-index-filter-analyzer-enabled $
-        ds-cfg-max-entries )
+        ds-cfg-index-filter-analyzer-max-filters )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.7
   NAME 'ds-cfg-local-db-index'

--
Gitblit v1.10.0