From b6644c452624e2de72d7ddf37b1603de887a26a0 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 21 Jan 2008 12:10:39 +0000
Subject: [PATCH] Fix issues 2831 and 1948.

---
 opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
index 04714a4..2f8b794 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
@@ -164,6 +164,11 @@
     <adm:requires-admin-action>
       <adm:component-restart />
     </adm:requires-admin-action>
+    <adm:default-behavior>
+      <adm:defined>
+        <adm:value>db</adm:value>
+      </adm:defined>
+    </adm:default-behavior>
     <adm:syntax>
       <adm:string />
     </adm:syntax>
@@ -332,9 +337,6 @@
     </adm:profile>
   </adm:property>
   <adm:property name="import-temp-directory" mandatory="true">
-    <adm:TODO>
-      Default to something derived from the backend-id
-    </adm:TODO>
     <adm:synopsis>
       Specifies the location of the directory that will be used for the
       files used to hold temporary information that will be used during
@@ -355,7 +357,9 @@
       </adm:none>
     </adm:requires-admin-action>
     <adm:default-behavior>
-      <adm:undefined />
+      <adm:defined>
+        <adm:value>import-tmp</adm:value>
+      </adm:defined>
     </adm:default-behavior>
     <adm:syntax>
       <adm:string />

--
Gitblit v1.10.0