From b3c4b13b04428a690417646fba88fcc55b551116 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 29 Jul 2011 11:04:55 +0000
Subject: [PATCH] Fix OPEND-250: Add an option to the JE backend for disabling the subordinate indexes id2children and id2subtree
---
opends/resource/schema/02-config.ldif | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif
index d350987..6af7052 100644
--- a/opends/resource/schema/02-config.ldif
+++ b/opends/resource/schema/02-config.ldif
@@ -2576,6 +2576,11 @@
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
SINGLE-VALUE
X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.11
+ NAME 'ds-cfg-subordinate-indexes-enabled'
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+ 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
@@ -2652,7 +2657,8 @@
ds-cfg-disk-full-threshold $
ds-cfg-disk-low-threshold $
ds-cfg-index-filter-analyzer-enabled $
- ds-cfg-index-filter-analyzer-max-filters )
+ ds-cfg-index-filter-analyzer-max-filters $
+ ds-cfg-subordinate-indexes-enabled )
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