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/JEIndexConfiguration.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/JEIndexConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/JEIndexConfiguration.xml
index cdaa6d9..a62cf0d 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/JEIndexConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/JEIndexConfiguration.xml
@@ -122,7 +122,7 @@
</adm:synopsis>
<adm:description>
For equality, presence, and substring index types, the associated
- attribute type must have a corrsponding matching rule.
+ attribute type must have a corresponding matching rule.
</adm:description>
<adm:requires-admin-action>
<adm:other>
@@ -201,7 +201,7 @@
<adm:profile name="ldap">
<ldap:attribute>
<ldap:oid>1.3.6.1.4.1.26027.1.1.380</ldap:oid>
- <ldap:name>ds-cfg-ds-cfg-index-substring-length</ldap:name>
+ <ldap:name>ds-cfg-index-substring-length</ldap:name>
</ldap:attribute>
</adm:profile>
</adm:property>
--
Gitblit v1.10.0