From 73fe1b1f4f6c50c2e8d4de7b3b0e09f9c5f1365b Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 12 Sep 2007 23:21:22 +0000 Subject: [PATCH] Fix for issues: 1335: define, document, review CLI to register a server in a synch 1336: CLI implementation to register a server in a synchronization 1878: provide a CLI to initialize a replication topology from a gi 2201: ads-trustore missing when not configuring replication with t 2250: Setup and dsreplication utilities should configure schema sy --- opendj-sdk/opends/src/messages/messages/admin_tool.properties | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/admin_tool.properties b/opendj-sdk/opends/src/messages/messages/admin_tool.properties index 2545c1a..a94afe6 100644 --- a/opendj-sdk/opends/src/messages/messages/admin_tool.properties +++ b/opendj-sdk/opends/src/messages/messages/admin_tool.properties @@ -338,10 +338,9 @@ INFO_SUMMARY_UNINSTALL_NOT_STARTED=Starting Uninstallation... INFO_UNDEFINED_PROTOCOL_LABEL=-Unknown- SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nThe graphical Uninstall \ - launch failed.%n%nLaunching command line Uninstall... + launch failed. SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nThe graphical \ - Uninstall launch failed. Check file %s for more details.%n%nLaunching \ - command line Uninstall... + Uninstall launch failed. Check file %s for more details. INFO_UNINSTALL_LAUNCHER_LAUNCHING_CLI=Launching command line uninstall... INFO_UNINSTALL_LAUNCHER_LAUNCHING_GUI=Launching graphical uninstall... INFO_UNINSTALL_LAUNCHER_USAGE_DESCRIPTION=This utility may be used to \ @@ -418,6 +417,8 @@ specified the global administrator will be used to bind INFO_DESCRIPTION_ENABLE_REPLICATION_SKIPPORT=Skip the check to determine \ whether the specified replication ports are usable +INFO_DESCRIPTION_ENABLE_REPLICATION_NO_SCHEMA_REPLICATION=Do not replicate the \ + schema between the servers. INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD2=Specifies the password \ to use to bind to the second server whose contents will be replicated. If no \ bind DN was specified for the first server the password of the global \ @@ -613,6 +614,9 @@ base DN %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_DISABLE_SCHEMA=You chose to disable replication of \ + the schema. Disabling schema replication is only recommended in specific \ + scenarios. Do you want to continue? INFO_REPLICATION_CONFIRM_DISABLE_GENERIC=Disabling replication will make the \ data under the selected base DNs not to be synchronized with other servers \ any more. Do you want to continue? -- Gitblit v1.10.0