From 52058eb1372410d825440f85626ef9655f688380 Mon Sep 17 00:00:00 2001 From: gbellato <gbellato@localhost> Date: Mon, 24 Jul 2006 16:49:58 +0000 Subject: [PATCH] Update the synchronization configuration to - put changelog configuration below cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config - use ds-cfg-changelog-server-id and ds-cfg-directory-server-id instead of ds-cfg-server-id - don't require the ds-cfg-changelog-server attribute in changelog configuration (ds-cfg-synchronization-changelog-server-config objectclass) --- opends/src/server/org/opends/server/changelog/SocketSession.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/opends/src/server/org/opends/server/changelog/SocketSession.java b/opends/src/server/org/opends/server/changelog/SocketSession.java index bee823a..cc65088 100644 --- a/opends/src/server/org/opends/server/changelog/SocketSession.java +++ b/opends/src/server/org/opends/server/changelog/SocketSession.java @@ -35,6 +35,10 @@ import org.opends.server.synchronization.SynchronizationMessage; /** + * This class Implement a protocol session using a basic socket and relying on + * the innate encoding/decoding capabilities of the SynchronizationMessage + * by using the getBytes() and generateMsg() methods of those classes. + * * TODO : should have some versioning in the packets so that * the futur versions can evolve while still * being able to understand the older versions. -- Gitblit v1.10.0