From 9d3cd6f40f49af8a06d1722252fe4e96983db5dc Mon Sep 17 00:00:00 2001 From: gbellato <gbellato@localhost> Date: Mon, 30 Mar 2009 06:46:00 +0000 Subject: [PATCH] Fix for 3893 : dsreplication enable between 1.2 and 1.3 can fail because of Initialize task --- opends/resource/config/config.ldif | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif index fe2e3e1..3b2f3ed 100644 --- a/opends/resource/config/config.ldif +++ b/opends/resource/config/config.ldif @@ -58,9 +58,9 @@ ds-cfg-allowed-task: org.opends.server.tasks.EnterLockdownModeTask ds-cfg-allowed-task: org.opends.server.tasks.ExportTask ds-cfg-allowed-task: org.opends.server.tasks.ImportTask -ds-cfg-allowed-task: org.opends.server.replication.plugin.InitializeTargetTask -ds-cfg-allowed-task: org.opends.server.replication.plugin.InitializeTask -ds-cfg-allowed-task: org.opends.server.replication.plugin.SetGenerationIdTask +ds-cfg-allowed-task: org.opends.server.tasks.InitializeTargetTask +ds-cfg-allowed-task: org.opends.server.tasks.InitializeTask +ds-cfg-allowed-task: org.opends.server.tasks.SetGenerationIdTask ds-cfg-allowed-task: org.opends.server.tasks.LeaveLockdownModeTask ds-cfg-allowed-task: org.opends.server.tasks.RebuildTask ds-cfg-allowed-task: org.opends.server.tasks.RestoreTask -- Gitblit v1.10.0