From fada56a77c157a784dc21c7ae558c4d5d8e5d3f1 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 28 Nov 2011 09:33:44 +0000
Subject: [PATCH] Partial fix for OPENDJ-368: Purge doc (including screenshots) of non fully qualified host names

---
 opendj3/src/main/docbkx/admin-guide/chap-tuning.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/opendj3/src/main/docbkx/admin-guide/chap-tuning.xml b/opendj3/src/main/docbkx/admin-guide/chap-tuning.xml
index 07877ea..5184e70 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-tuning.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-tuning.xml
@@ -324,7 +324,7 @@
    <screen>$ dsconfig
  set-backend-prop
  --port 4444
- --hostname `hostname`
+ --hostname opendj.example.com
  --bindDN "cn=Directory Manager"
  --bindPassword password
  --backend-name userRoot
@@ -333,7 +333,7 @@
  --no-prompt
 $ import-ldif
  --port 4444
- --hostname `hostname`
+ --hostname opendj.example.com
  --bindDN "cn=Directory Manager"
  --bindPassword password
  --ldifFile /path/to/Example.ldif
@@ -397,7 +397,7 @@
    <screen>$ dsconfig
  set-backend-prop
  --port 4444
- --hostname `hostname`
+ --hostname opendj.example.com
  --bindDN "cn=Directory Manager"
  --bindPassword password
  --backend-name userRoot
@@ -427,7 +427,7 @@
    <screen>$ dsconfig
  create-entry-cache
  --port 4444
- --hostname `hostname`
+ --hostname opendj.example.com
  --bindDN "cn=Directory Manager"
  --bindPassword password
  --cache-name "Large Group Entry Cache"
@@ -458,7 +458,7 @@
    <screen>$ dsconfig
  set-log-publisher-prop
  --port 4444
- --hostname `hostname`
+ --hostname opendj.example.com
  --bindDN "cn=Directory Manager"
  --bindPassword password
  --publisher-name "File-Based Access Logger"

--
Gitblit v1.10.0