From 11b767f60de581de2976803f595ac251503b718c Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Sat, 26 Nov 2011 09:34:05 +0000
Subject: [PATCH] Partial fix for OpenDJ-368: Purge doc (including screenshots) of non fully qualified host names
---
opendj-sdk/opendj3/src/main/docbkx/shared/man-setup.xml | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/opendj-sdk/opendj3/src/main/docbkx/shared/man-setup.xml b/opendj-sdk/opendj3/src/main/docbkx/shared/man-setup.xml
index b0cdf7e..9d413db 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/shared/man-setup.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/shared/man-setup.xml
@@ -100,10 +100,9 @@
<varlistentry>
<term><option>-h, --hostname {host}</option></term>
<listitem>
- <para>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
- generateSelfSignedCertificate is specified</para>
+ <para>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</para>
<para>Default value: localhost.localdomain</para>
</listitem>
</varlistentry>
--
Gitblit v1.10.0