From b9a38754b19acaf6d7840bd7eda99257b6b20e09 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 18 Dec 2014 16:08:42 +0000
Subject: [PATCH] OPENDJ-1602 (CR-5566) New pluggable storage based backend
---
opendj-config-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/BackendIndexConfiguration.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-config-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/BackendIndexConfiguration.xml b/opendj-config-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/BackendIndexConfiguration.xml
index 67d100f..2d0d4e2 100644
--- a/opendj-config-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/BackendIndexConfiguration.xml
+++ b/opendj-config-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/BackendIndexConfiguration.xml
@@ -83,7 +83,7 @@
<adm:default-behavior>
<adm:inherited>
<adm:relative property-name="index-entry-limit" offset="1"
- managed-object-name="local-db-backend" />
+ managed-object-name="pluggable-backend" />
</adm:inherited>
</adm:default-behavior>
<adm:syntax>
--
Gitblit v1.10.0