From ef632b7eec69d4cce09c45c299a0b0fa0fd69b3c Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Mon, 02 Jun 2008 20:44:47 +0000 Subject: [PATCH] Fix for issue 3311 (import-ldif --templateFile does not work when the server is running) The fix consists on not assuming that the ldif file path is required to launch an import (the ds-task-import task definition has been modified for this) and allowing to create a task that imports contents based on a template. --- opends/src/messages/messages/task.properties | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/task.properties b/opends/src/messages/messages/task.properties index da565b4..7ccaf46 100644 --- a/opends/src/messages/messages/task.properties +++ b/opends/src/messages/messages/task.properties @@ -189,3 +189,5 @@ INFO_TASK_STOPPED_BY_ADMIN_102=Task was stopped by an administrator: %s SEVERE_ERR_TASK_INITIALIZE_INVALID_GENERATION_ID_103=Invalid generation ID provided with the \ task +INFO_IMPORT_ARG_TEMPLATE_FILE_104=Template File +INFO_IMPORT_ARG_RANDOM_SEED_105=Random Seed -- Gitblit v1.10.0