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/BackendConfiguration.xml |   14 +++-----------
 1 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/BackendConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/BackendConfiguration.xml
index 4bf46f8..8dc6d71 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/BackendConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/BackendConfiguration.xml
@@ -94,23 +94,15 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
-  <adm:property name="backend-id"
-    mandatory="true"
+  <adm:property name="backend-id" mandatory="true" read-only="true"
     multi-valued="false">
     <adm:synopsis>
-      Provides a name that will be used to identify the associated backend.
+      Provides a name that will be used to identify the associated
+      backend.
     </adm:synopsis>
     <adm:description>
       The name must be unique among all backends in the server.
     </adm:description>
-    <adm:requires-admin-action>
-      <adm:other>
-        <adm:synopsis>
-          The backend ID may not be altered after the backend is created in
-          the server.
-        </adm:synopsis>
-      </adm:other>
-    </adm:requires-admin-action>
     <adm:syntax>
       <adm:string />
     </adm:syntax>

--
Gitblit v1.10.0