From 3d6200b70629afff4278a065c930bf36982c7dea Mon Sep 17 00:00:00 2001
From: jcambon <jcambon@localhost>
Date: Mon, 18 May 2009 13:26:17 +0000
Subject: [PATCH] Fix for issue #1827 : Add batch support to dsconfig Partial fix for issue #3938 : dsconfig is really too slow in non-interactive mode, almost unusable on Niagara systems
---
opendj-sdk/opends/src/messages/messages/tools.properties | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties
index 93d1150..2ff15b1 100644
--- a/opendj-sdk/opends/src/messages/messages/tools.properties
+++ b/opendj-sdk/opends/src/messages/messages/tools.properties
@@ -2491,3 +2491,9 @@
modified
INFO_LDAPAUTH_NON_EMPTY_PASSWORD_1676=You must provide a non-empty password \
to continue
+
+INFO_BATCH_FILE_PATH_PLACEHOLDER_1677={batchFilePath}
+INFO_DESCRIPTION_BATCH_FILE_PATH_1678=Path to a batch file containing \
+a set of dsconfig commands to be executed
+SEVERE_ERR_DSCFG_ERROR_BATCH_FILE_AND_INTERACTIVE_INCOMPATIBLE_1679=If you specify \
+ the {%s} argument you must also specify {%s}
--
Gitblit v1.10.0