From 09c5da17c5d032e4c8a17c7a9d59af6d69b9788e Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Wed, 28 Dec 2011 10:54:53 +0000 Subject: [PATCH] Mention FQDNs --- opendj-sdk/opendj3/src/main/docbkx/install-guide/chap-before-you-install.xml | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opendj3/src/main/docbkx/install-guide/chap-before-you-install.xml b/opendj-sdk/opendj3/src/main/docbkx/install-guide/chap-before-you-install.xml index 2982d9c..fa3fa2e 100644 --- a/opendj-sdk/opendj3/src/main/docbkx/install-guide/chap-before-you-install.xml +++ b/opendj-sdk/opendj3/src/main/docbkx/install-guide/chap-before-you-install.xml @@ -50,6 +50,21 @@ major security fix for TLS as well.</para> </section> + <section xml:id="prerequisites-fqdn"> + <title>FQDNs For Replication</title> + + <indexterm><primary>Fully qualified domain name requirements</primary></indexterm> + <para>OpenDJ replication requires that you use fully qualified domain names, + such as <literal>opendj.example.com</literal>.</para> + + <para>Although you can use host names like <literal>my-laptop.local</literal> + for evaluation, in production and even in your lab, you must either ensure + DNS is set up correctly to provide fully qualified domain names, or set up + <filename>/etc/hosts</filename> (or + <filename>C:\Windows\System32\drivers\etc\hosts</filename>) to provide + fully qualified domain names.</para> + </section> + <section xml:id="prerequisites-hardware"> <title>Hardware</title> -- Gitblit v1.10.0