From 3050004f8907c956303e7451b551300909459e92 Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Mon, 31 May 2010 12:53:45 +0000
Subject: [PATCH] Use cn as naming attribute for the WorkFlow and WorkFlowElements like other objects in OpenDS configuration

---
 opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml
index 45df51f..4ea43b2 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml
@@ -63,25 +63,6 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
-  <adm:property name="workflow-id" mandatory="true" read-only="true">
-    <adm:synopsis>
-      Provides a name that identifies the
-      <adm:user-friendly-name />.
-    </adm:synopsis>
-    <adm:description>
-      The name must be unique among all
-      <adm:user-friendly-plural-name />
-      in the server.
-    </adm:description>
-    <adm:syntax>
-      <adm:string />
-    </adm:syntax>
-    <adm:profile name="ldap">
-      <ldap:attribute>
-        <ldap:name>ds-cfg-workflow-id</ldap:name>
-      </ldap:attribute>
-    </adm:profile>
-  </adm:property>
   <adm:property name="workflow-element" mandatory="true">
     <adm:synopsis>
       Specifies the root Workflow Element in the

--
Gitblit v1.10.0