From 1649148841be6bc4ac6381d0592dc9ab52438044 Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Sun, 02 Sep 2007 13:05:17 +0000
Subject: [PATCH] - [Issue 1481] Ability to set any JE property in config.ldif - [Issue 2031] provide core JE configurable attributes for FileSystemEntryCache - fixes to entry cache config manager for proper configuration, re-configuration, error reporting.
---
opends/src/admin/defn/org/opends/server/admin/std/JEBackendConfiguration.xml | 30 +++++++++++++++++++++++++++++-
1 files changed, 29 insertions(+), 1 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/JEBackendConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/JEBackendConfiguration.xml
index a1922f6..3d0b031 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/JEBackendConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/JEBackendConfiguration.xml
@@ -991,4 +991,32 @@
</ldap:attribute>
</adm:profile>
</adm:property>
-</adm:managed-object>
\ No newline at end of file
+ <adm:property name="je-property"
+ mandatory="false"
+ multi-valued="true">
+ <adm:synopsis>
+ Specifies the database and environment properties for the Berkeley DB
+ Java Edition database serving the data for this backend.
+ </adm:synopsis>
+ <adm:description>
+ Any Berkeley DB Java Edition property can be specified using the
+ following form: property-name=property-value
+ Refer to OpenDS documentation for further information on related
+ properties, their implications and range values. The definitive
+ identification of all the property parameters available in the
+ example.properties file of Berkeley DB Java Edition distribution.
+ </adm:description>
+ <adm:default-behavior>
+ <adm:undefined />
+ </adm:default-behavior>
+ <adm:syntax>
+ <adm:string />
+ </adm:syntax>
+ <adm:profile name="ldap">
+ <ldap:attribute>
+ <ldap:oid>1.3.6.1.4.1.26027.1.1.452</ldap:oid>
+ <ldap:name>ds-cfg-je-property</ldap:name>
+ </ldap:attribute>
+ </adm:profile>
+ </adm:property>
+</adm:managed-object>
--
Gitblit v1.10.0