From f2f3d93a4ea2448ad218628eef04cd93dd58c491 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.
---
opends/src/admin/defn/org/opends/server/admin/std/JEBackendConfiguration.xml | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/JEBackendConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/JEBackendConfiguration.xml
index bce44f4..7aefce2 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/JEBackendConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/JEBackendConfiguration.xml
@@ -30,7 +30,8 @@
package="org.opends.server.admin.std"
extends="backend"
xmlns:adm="http://www.opends.org/admin"
- xmlns:ldap="http://www.opends.org/admin-ldap">
+ xmlns:ldap="http://www.opends.org/admin-ldap"
+ xmlns:cli="http://www.opends.org/admin-cli">
<adm:synopsis>
The primary backend provided by the OpenDS Directory Server uses the
Berkeley DB Java Edition to store user-provided data in a local repository.
@@ -62,6 +63,11 @@
ds-cfg-index-attribute
</ldap:naming-attribute>
</adm:profile>
+ <adm:profile name="cli">
+ <cli:relation>
+ <cli:default-property name="index-type" />
+ </cli:relation>
+ </adm:profile>
</adm:relation>
<adm:property-override name="backend-class">
<adm:default-behavior>
--
Gitblit v1.10.0