From dc06e842c3fde8ce1fb63f3ef1c11d427ed951fd Mon Sep 17 00:00:00 2001
From: Fabio Pistolesi <fabio.pistolesi@forgerock.com>
Date: Wed, 13 May 2015 09:07:42 +0000
Subject: [PATCH] Fix dsreplication enable compatibility with 2.6 and earlier servers where the attribute does not exists and is not required.
---
opendj-sdk/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationServerConfiguration.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationServerConfiguration.xml b/opendj-sdk/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationServerConfiguration.xml
index c86848a..860b641 100644
--- a/opendj-sdk/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationServerConfiguration.xml
+++ b/opendj-sdk/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationServerConfiguration.xml
@@ -183,7 +183,7 @@
</ldap:attribute>
</adm:profile>
</adm:property>
- <adm:property name="replication-db-implementation" mandatory="true" advanced="true">
+ <adm:property name="replication-db-implementation" advanced="true">
<adm:synopsis>
The <adm:user-friendly-name /> database implementation
that stores all persistent information.
--
Gitblit v1.10.0