From d326c8f5e28868767e27d83fd4914dcc10f2a923 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Wed, 22 Aug 2007 23:05:23 +0000
Subject: [PATCH] Fixed issue where name of the base-object search scope used in VLV index configuration was incorrectly called "base-level"
---
opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml
index b394e01..bce92fa 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml
@@ -89,7 +89,7 @@
</adm:requires-admin-action>
<adm:syntax>
<adm:enumeration>
- <adm:value name="base-level">
+ <adm:value name="base-object">
<adm:synopsis>
Search the base object only.
</adm:synopsis>
--
Gitblit v1.10.0