From 00786b8f6e90c1a848c9c09d8b82e73a56042a0a Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Thu, 19 Jul 2007 14:54:30 +0000
Subject: [PATCH] Fix issues 1943 (unable to create je-index), 1996 (exception when creating components with empty names), and 1998 (exception when creating components with blank names).

---
 opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml
index 4885fba..df30b76 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml
@@ -230,10 +230,9 @@
     </adm:profile>
   </adm:relation>
   <adm:relation name="backend">
-    <adm:one-to-many />
+    <adm:one-to-many naming-property="backend-id"/>
     <adm:profile name="ldap">
       <ldap:rdn-sequence>cn=Backends,cn=config</ldap:rdn-sequence>
-      <ldap:naming-attribute>ds-cfg-backend-id</ldap:naming-attribute>
     </adm:profile>
     <adm:profile name="cli">
       <cli:relation>

--
Gitblit v1.10.0