From 25b47d2c0327e79413f9fb942de088c6d20247dd Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 05 Oct 2007 15:13:51 +0000
Subject: [PATCH] Fix for issue 2422.
---
opends/src/messages/messages/admin_tool.properties | 31 +++++++++++++++++++++++++++----
1 files changed, 27 insertions(+), 4 deletions(-)
diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties
index 1a6c50d..9989a29 100644
--- a/opends/src/messages/messages/admin_tool.properties
+++ b/opends/src/messages/messages/admin_tool.properties
@@ -493,9 +493,14 @@
password provided for the Global Administrator will be used when specifying \
this option.
INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=Initialize the contents of the \
- data under the specified Bind DN on the destination server with the contents \
+ data under the specified Base DN on the destination server with the contents \
on the source server. This operation is required after enabling replication \
- in order replication to work.
+ in order replication to work ({%s} can also be used for this purpose).
+INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=Initialize the contents of \
+ the data under the specified Base DN on all the servers whose contents are \
+ being replicated with the contents on the specified server. This operation \
+ is required after enabling replication in order replication to work ({%s} \
+ applied to each server can also be used for this purpose).
INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=Updates the configuration of the \
servers to replicate the data under the specified Base DN. If one of the \
specified servers is already replicating the data under the Base DN with \
@@ -586,6 +591,8 @@
INFO_REPLICATION_DISABLE_BINDDN_PROMPT=Global Administrator User ID (or bind \
DN if no Global Administrator is defined)
INFO_REPLICATION_DISABLE_PASSWORD_PROMPT=Password for %s:
+INFO_REPLICATION_INITIALIZE_ALL_HOSTNAME_PROMPT=Host name of the server
+INFO_REPLICATION_INITIALIZE_ALL_PORT_PROMPT=LDAP port of the server
INFO_REPLICATION_STATUS_HOSTNAME_PROMPT=Host name of the server
INFO_REPLICATION_STATUS_PORT_PROMPT=LDAP port of the server
INFO_REPLICATION_INITIALIZE_HOSTNAMEDESTINATION_PROMPT=Host name of the \
@@ -604,8 +611,8 @@
available to enable replication between the two servers.
INFO_ALREADY_REPLICATED_SUFFIXES=The following base DNs are already replicated \
between the two servers:%n%s
-INFO_ALREADY_NOT_REPLICATED_SUFFIXES=The following base DNs are not replicated \
- between the two servers:%n%s
+INFO_ALREADY_NOT_REPLICATED_SUFFIXES=The following base DNs are not \
+ replicated:%n%s
MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=The following base DNs cannot \
be replicated between the two servers because they could not be found in at \
least one of the servers:%n%s
@@ -622,11 +629,19 @@
INFO_REPLICATION_INITIALIZE_SUFFIX_PROMPT=Initialize base DN %s?
SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base \
DNs replicated in the server.
+SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no \
+ base DNs replicated in the server. The base DNs must be replicated to be \
+ able to use their contents to initialize the base DNs on the other servers.
MILD_ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=The following base DNs could \
not be found on the server:%n%s
+ MILD_ERR_REPLICATION_INITIALIZE_ALL_SUFFIXES_NOT_FOUND=The following base \
+ DNs could not be found on the server:%n%s
MILD_ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=You must choose at least one \
base DN to be disabled.
+MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=You must choose at least one \
+ base DN to initialize.
INFO_REPLICATION_DISABLE_SUFFIX_PROMPT=Disable replication on base DN %s?
+INFO_REPLICATION_INITIALIZE_ALL_SUFFIX_PROMPT=Initialize base DN %s?
MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=The \
following errors were encountered reading the configuration of the existing \
servers:%n%s%n%nIf you continue the replication tool will to try to update \
@@ -656,6 +671,14 @@
base DN removes all the existing contents of that base DN. Do you want to \
remove the contents of the selected base DNs on server %s and replace them \
with the contents of server %s?
+INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_ADS=You chose to initialize the contents \
+ of base DN %s with the contents in server %s. This base DN is used by the \
+ replication mechanism and by some administrative tools and it is not \
+ recommended to configure it directly. Do you want to continue?
+INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_GENERIC=Initializing the contents of a \
+ base DN removes all the existing contents of that base DN. Do you want to \
+ remove the contents of the selected base DNs on the replicated servers and \
+ replace them with the contents of server %s?
MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING=The following errors \
were encountered reading the configuration of the existing servers:\n%s\nThe \
replication tool will to try to update the configuration of all the servers \
--
Gitblit v1.10.0