From 1b4ff452e52e09a039acad0aa35efa336c93a7ec Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 06 Jul 2007 08:37:04 +0000
Subject: [PATCH] Fix issue 1884: remove support for operand names in CLI profile.
---
opends/src/admin/defn/org/opends/server/admin/std/DebugLogPublisherConfiguration.xml | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/DebugLogPublisherConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/DebugLogPublisherConfiguration.xml
index be37c6f..5b75fa0 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/DebugLogPublisherConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/DebugLogPublisherConfiguration.xml
@@ -24,9 +24,6 @@
<ldap:naming-attribute>ds-cfg-debug-scope</ldap:naming-attribute>
</adm:profile>
<adm:profile name="cli">
- <cli:relation operand-name="TARGET" />
- </adm:profile>
- <adm:profile name="cli">
<cli:relation>
<cli:default-property name="debug-level" />
<cli:default-property name="debug-category" />
--
Gitblit v1.10.0