From 891159050af4aa3fe47c67e3ba7d3f21299027a4 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 02 Dec 2013 14:01:32 +0000
Subject: [PATCH] OPENDJ-1174 (CR-2631) Transfer responsibility for populating the ChangeNumberIndexDB to ChangelogDB

---
 opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml
index a4dd559..aa78695 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml
@@ -328,4 +328,31 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
+  <adm:property name="compute-changenumber" mandatory="false">
+    <adm:synopsis>
+      Whether the replication server will compute changenumbers.
+    </adm:synopsis>
+    <adm:description>
+      This boolean tells the replication server to compute changenumbers for
+      each replicated change by maintaining a changenumber index database.
+      Changenumbers are computed according to 
+      http://tools.ietf.org/html/draft-good-ldap-changelog-04.
+      Note this functionality has an impact on CPU, disk accesses and storage.
+      If changenumbers are not required, it is advisable to set this value to
+      false.
+    </adm:description>
+    <adm:default-behavior>
+      <adm:defined>
+        <adm:value>true</adm:value>
+      </adm:defined>
+    </adm:default-behavior>
+    <adm:syntax>
+      <adm:boolean />
+    </adm:syntax>
+    <adm:profile name="ldap">
+      <ldap:attribute>
+        <ldap:name>ds-cfg-compute-changenumber</ldap:name>
+      </ldap:attribute>
+    </adm:profile>
+  </adm:property>
 </adm:managed-object>

--
Gitblit v1.10.0