From 4ba18bd84e711f2a77f1de9b66fb9b52730d1d46 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 25 Nov 2011 20:52:47 +0000
Subject: [PATCH] Fix OPENDJ-363: Make it more obvious in the setup tool that the fully-qualified hostname is critical for all secured connections
---
opends/src/messages/messages/tools.properties | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index 6eb32e7..235cfbd 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -2550,12 +2550,14 @@
argument '%s'
INFO_DESCRIPTION_SUBENTRIES_1702=Use subentries control to specify that \
subentries are visible and normal entries are not
-INFO_INSTALLDS_DESCRIPTION_HOST_NAME_1703=Directory server host name or IP \
- address that will be used to generate the self-signed certificate. This \
- argument will be taken into account only if the self-signed certificate \
- argument %s is specified
-INFO_INSTALLDS_PROMPT_HOST_NAME_1704=Provide the fully-qualified host name or \
- IP address that will be used to generate the self-signed certificate
+INFO_INSTALLDS_DESCRIPTION_HOST_NAME_1703=The fully-qualified directory server \
+ host name that will be used when generating self-signed \
+ certificates for LDAP SSL/StartTLS, the administration connector, and \
+ replication
+INFO_INSTALLDS_PROMPT_HOST_NAME_1704=Provide the fully-qualified directory server \
+ host name that will be used when generating self-signed \
+ certificates for LDAP SSL/StartTLS, the administration connector, and \
+ replication
INFO_PERIOD_PLACEHOLDER_1705={period}
INFO_DESCRIPTION_REFRESH_PERIOD_1706=When this argument is specified, the \
status command will display its contents periodically. Used to specify \
--
Gitblit v1.10.0