summaryrefslogtreecommitdiffstats
path: root/install/tools/man/ipa-server-install.1
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2011-10-13 12:16:15 +0200
committerRob Crittenden <rcritten@redhat.com>2011-10-13 00:56:17 -0400
commitb8eafa43ac529a40e4c47005cb93adc1dec40b13 (patch)
treeead2df0153da0f3d65ac95e3699552ecc16a2839 /install/tools/man/ipa-server-install.1
parent93feb5293236a5d0e22ae15eee35e7b9eb93e6e4 (diff)
downloadfreeipa-b8eafa43ac529a40e4c47005cb93adc1dec40b13.tar.gz
freeipa-b8eafa43ac529a40e4c47005cb93adc1dec40b13.tar.xz
freeipa-b8eafa43ac529a40e4c47005cb93adc1dec40b13.zip
Hostname used by IPA must be a system hostname
Make sure that the hostname IPA uses is a system hostname. If user passes a non-system hostname, update the network settings and system hostname in the same way that ipa-client-install does. This step should prevent various services failures which may not be ready to talk to IPA with non-system hostname. https://fedorahosted.org/freeipa/ticket/1931
Diffstat (limited to 'install/tools/man/ipa-server-install.1')
-rw-r--r--install/tools/man/ipa-server-install.12
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/man/ipa-server-install.1 b/install/tools/man/ipa-server-install.1
index f305723b1..a28171138 100644
--- a/install/tools/man/ipa-server-install.1
+++ b/install/tools/man/ipa-server-install.1
@@ -42,7 +42,7 @@ The kerberos master password (normally autogenerated)
The password for the IPA admin user
.TP
\fB\-\-hostname\fR=\fIHOST_NAME\fR
-The fully\-qualified DNS name of this server
+The fully\-qualified DNS name of this server. If the hostname does not match system hostname, the system hostname will be updated accordingly to prevent service failures.
.TP
\fB\-\-ip\-address\fR=\fIIP_ADDRESS\fR
The IP address of this server. If this address does not match the address the host resolves to and --setup-dns is not selected the installation will fail.