From 2173aa3140a1a35176921dfb8f2f9278b6973d73 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 12 Nov 2007 04:26:49 +0000
Subject: [PATCH] Update the dsreplication command-line to be consistent with dsconfig in the use of menus and in the order that questions to connect to the servers. Update the upgrade to use the same menus as the other command-lines. Do some minor changes in the uninstall command-line in order to be more consistent with dsconfig in the order where the connection parameters are provided. Fix a bug in ApplicationTrustManager related to the accepted certificates when there is a mismatch between the certificate and the host name. Do some refactorization of the code and remove the CliApplicationHelper class so that we use ConsoleApplication everywhere.

---
 opends/src/messages/messages/quicksetup.properties |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties
index 4d2c5e1..992a3f1 100644
--- a/opends/src/messages/messages/quicksetup.properties
+++ b/opends/src/messages/messages/quicksetup.properties
@@ -130,8 +130,7 @@
  the server (%s) and the subject DN of the certificate.  This could be caused \
  because you are connected to a server pretending to be %s:%s.\n\
  Before accepting this certificate, you should examine the server's \
- certificate carefully.\nAre you willing to accept this certificate for \
- the purpose of identifying the server %s:%s?
+ certificate carefully.
 INFO_CERTIFICATE_NOT_TRUSTED_TEXT=The Certificate presented by the server \
  %s:%s could not be trusted.<br><br>Possible reasons for this \
  error:<br>&nbsp;&nbsp;&nbsp;&nbsp;-The Certificate Authority that issued the \
@@ -147,8 +146,7 @@
  is the case of the self-signed certificates).\n-The server's certificate is \
  incomplete due to a misconfiguration.\n-The server's certificate has \
  expired.\nBefore accepting this certificate, you should examine the server's \
- certificate carefully.\nAre you willing to accept this certificate for the \
- purpose of identifying the server %s:%s?
+ certificate carefully.
 INFO_CERTIFICATE_NOT_VALID_YET=%s - Not valid yet
 INFO_CERTIFICATE_SERIAL_NUMBER_LABEL=Serial Number:
 INFO_CERTIFICATE_SHOW_DETAILS_TEXT=<br><br><a href="">Show Certificate \
@@ -160,8 +158,6 @@
 INFO_CERTIFICATE_TYPE_LABEL=Type:
 INFO_CERTIFICATE_VALID_FROM_LABEL=Valid From:
 INFO_CHECKBOX_COLOR=000,000,000
-INFO_CLI_ERROR_READING_STDIN=Unexpected error reading standard input.
-INFO_CLI_UNKNOWN_ARGUMENT=Unknown argument %s
 INFO_CLI_UPGRADE_UNKNOWN_ARGUMENT=Unknown argument %s
 INFO_CLOSE_BUTTON_INSTALL_TOOLTIP=Close Setup Window
 INFO_CLOSE_BUTTON_LABEL=Close

--
Gitblit v1.10.0