From dffb44b1a41bd742e94ac0bc715c83523f73b7c9 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) --- opendj-sdk/opends/src/server/org/opends/server/synchronization/ValueInfo.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/server/org/opends/server/synchronization/ValueInfo.java b/opendj-sdk/opends/src/server/org/opends/server/synchronization/ValueInfo.java index d362525..3ebd7c9 100644 --- a/opendj-sdk/opends/src/server/org/opends/server/synchronization/ValueInfo.java +++ b/opendj-sdk/opends/src/server/org/opends/server/synchronization/ValueInfo.java @@ -29,7 +29,7 @@ import org.opends.server.types.AttributeValue; /** - * Object used to store historical information about specific values + * Allows to store historical information about specific values * for a given attribute. */ public class ValueInfo -- Gitblit v1.10.0