From 4fe72a4bef946169b0f50bc05bd9dc3b4b1131d3 Mon Sep 17 00:00:00 2001
From: pgamba <pgamba@localhost>
Date: Fri, 14 Aug 2009 12:37:19 +0000
Subject: [PATCH] Support for External change log compatible with draft-good-ldap-changelog-04.txt , March 2003

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

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/ReplicationDomainConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/ReplicationDomainConfiguration.xml
index 49450f0..a8439b5 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/ReplicationDomainConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/ReplicationDomainConfiguration.xml
@@ -153,6 +153,30 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
+    <adm:property name="changetime-heartbeat-interval" advanced="true">
+    <adm:synopsis>
+      Specifies the heart-beat interval that the Directory Server will
+      use when sending its local change time to the Replication Server.
+    </adm:synopsis>
+    <adm:description>
+      The Directory Server sends a regular heart-beat to the Replication
+      within the specified interval. The heart-beat indicates the 
+      change time of the Directory Server to the Replication Server.
+    </adm:description>
+    <adm:default-behavior>
+      <adm:defined>
+        <adm:value>1000ms</adm:value>
+      </adm:defined>
+    </adm:default-behavior>
+    <adm:syntax>
+      <adm:duration base-unit="ms" lower-limit="0" />
+    </adm:syntax>
+    <adm:profile name="ldap">
+      <ldap:attribute>
+        <ldap:name>ds-cfg-changetime-heartbeat-interval</ldap:name>
+      </ldap:attribute>
+    </adm:profile>
+  </adm:property>
   <adm:property name="isolation-policy">
     <adm:synopsis>
       Specifies the behavior of the Directory Server if a write

--
Gitblit v1.10.0