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/synchronization/AttrInfoWithOptions.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/synchronization/AttrInfoWithOptions.java b/opends/src/server/org/opends/server/synchronization/AttrInfoWithOptions.java
index 959c8c1..60b5951 100644
--- a/opends/src/server/org/opends/server/synchronization/AttrInfoWithOptions.java
+++ b/opends/src/server/org/opends/server/synchronization/AttrInfoWithOptions.java
@@ -31,6 +31,7 @@
 
 /**
  * Used to store historical information.
+ * Contain a map of AttrInfo for each options of a given attribute type.
  */
 public class AttrInfoWithOptions
 {

--
Gitblit v1.10.0