From 110726757d33bae25fabde2a8dbd2d9203e85526 Mon Sep 17 00:00:00 2001
From: pgamba <pgamba@localhost>
Date: Wed, 14 Nov 2007 18:20:29 +0000
Subject: [PATCH] Fix 2424 - impact of generation ID on binary copy - add to the SetGenerationID task the possibility to clear the generation id in the topology by providing the attribute ds-task-reset-generation-id-new-value with value -1
---
opends/src/server/org/opends/server/config/ConfigConstants.java | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/config/ConfigConstants.java b/opends/src/server/org/opends/server/config/ConfigConstants.java
index 246273e..5b61c05 100644
--- a/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -4304,6 +4304,13 @@
OC_RESET_GENERATION_ID_TASK + "-domain-base-dn";
/**
+ * The name of the attribute containing the new value of the generation ID
+ * related to the replication domain to which applies the task.
+ */
+ public static final String ATTR_TASK_SET_GENERATION_ID_NEW_VALUE =
+ OC_RESET_GENERATION_ID_TASK + "-new-value";
+
+ /**
* The name of the attribute in an import task definition that specifies
* whether the backend should be cleared before the import.
*/
--
Gitblit v1.10.0