From 46e6061d63562ce021ef8f3b5062d3eba1c2db4e Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Fri, 17 Nov 2006 13:46:39 +0000
Subject: [PATCH] The synchronization changelog monitoring information has a counter named waiting-changes that publish the number of updates known by the changelog server that have not yest been sent to each ldap server because they are too slow to replay them.

---
 opends/resource/config/synchronization.ldif |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/resource/config/synchronization.ldif b/opends/resource/config/synchronization.ldif
index 6336c65..8924b3c 100644
--- a/opends/resource/config/synchronization.ldif
+++ b/opends/resource/config/synchronization.ldif
@@ -14,7 +14,7 @@
 objectClass: top
 objectClass: ds-cfg-synchronization-provider
 ds-cfg-synchronization-provider-enabled: true
-ds-cfg-synchronization-provider-class: org.opends.server.synchronization.MultimasterSynchronization
+ds-cfg-synchronization-provider-class: org.opends.server.synchronization.plugin.MultimasterSynchronization
 
 dn: cn=example, cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config
 objectClass: top

--
Gitblit v1.10.0