From 42eab4d7b2cbf74837f23bb7084d6755c910703b Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 07 Apr 2008 06:52:00 +0000
Subject: [PATCH] Fix for issue 3123 (Bad explanation during installation & replication if servers have different times).

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

diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties
index 6298f7f..f5c42ca 100644
--- a/opends/src/messages/messages/quicksetup.properties
+++ b/opends/src/messages/messages/quicksetup.properties
@@ -144,7 +144,9 @@
  certificate is not recognized (this is the case of the self-signed \
  certificates).<br>&nbsp;&nbsp;&nbsp;&nbsp;-The server's certificate is \
  incomplete due to a misconfiguration.<br>&nbsp;&nbsp;&nbsp;&nbsp;-The \
- server's certificate has expired.<br>Before accepting this certificate, you \
+ server's certificate has expired.<br>&nbsp;&nbsp;&nbsp;&nbsp;-There \
+ is a time difference between the server machine clock and the local machine \
+ clock.<br>Before accepting this certificate, you \
  should examine the server's certificate carefully.<br><br>Are you willing to \
  accept this certificate for the purpose of identifying the server %s:%s?
 INFO_CERTIFICATE_NOT_TRUSTED_TEXT_CLI=The Certificate presented by the server \
@@ -152,8 +154,9 @@
  -The Certificate Authority that issued the certificate is not recognized (this \
  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.
+ expired.\n-There is a time difference between the server machine clock and \
+ the local machine clock.\nBefore accepting this certificate, you should \
+ examine the server'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 \

--
Gitblit v1.10.0