From 732038836c00399f35f4de6401a69d43ae1e59bd Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 11 Jul 2007 16:35:10 +0000
Subject: [PATCH] Fix issue 1934: define which JE index properties will be displayed by default by the dsconfig list-je-indexes sub-command. Also fix the JE index index-substring-length property LDAP schema: its attribute type was not included in its object class definition.

---
 opendj-sdk/opends/resource/schema/02-config.ldif |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/resource/schema/02-config.ldif b/opendj-sdk/opends/resource/schema/02-config.ldif
index b2bffe3..201b264 100644
--- a/opendj-sdk/opends/resource/schema/02-config.ldif
+++ b/opendj-sdk/opends/resource/schema/02-config.ldif
@@ -1535,7 +1535,8 @@
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.8 NAME 'ds-cfg-je-index' SUP top
   STRUCTURAL MUST ( ds-cfg-index-attribute $ ds-cfg-index-type )
-  MAY ds-cfg-index-entry-limit X-ORIGIN 'OpenDS Directory Server' )
+  MAY ( ds-cfg-index-entry-limit $ ds-cfg-index-substring-length )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.9 NAME 'ds-cfg-schema-backend'
   SUP ds-cfg-backend STRUCTURAL
   MAY ( ds-cfg-schema-entry-dn $ ds-cfg-show-all-attributes )

--
Gitblit v1.10.0