From 052f70c810813d9f5533b3cd4c9138d2df0d15e6 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 17 May 2013 09:01:33 +0000
Subject: [PATCH] CR-1700 Fix for OPENDJ-865: Document new upgrade experience

---
 opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml b/opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml
index 8a5cb83..b27f66c 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml
@@ -103,7 +103,7 @@
    <step>
     <para>Generate the encoded version of the new password using the OpenDJ
     <command>encode-password</command> command.</para>
-    <screen>$ cd /path/to/OpenDJ/bin/
+    <screen>$ cd /path/to/opendj/bin/
 $ ./encode-password --storageScheme SSHA512 --clearPassword password
 Encoded Password:  "{SSHA512}yWqHnYV4a5llPvE7WHLe5jzK27oZQWLIlVcs9gySu4TyZJMg
  NQNRtnR/Xx2xces1wu1dVLI9jVVtl1W4BVsmOKjyjr0rWrHt"</screen>
@@ -117,7 +117,7 @@
    <step>
     <para>Find Directory Manager's entry, which has DN <literal>cn=Directory
     Manager,cn=Root DNs,cn=config</literal>, in
-    <filename>/path/to/OpenDJ/config/config.ldif</filename>, and carefully
+    <filename>/path/to/opendj/config/config.ldif</filename>, and carefully
     replace the <literal>userpassword</literal> attribute value with the
     encoded version of the new password, taking care not to leave any
     whitespace at the end of the line.</para>
@@ -180,7 +180,7 @@
    <step>
     <para>Use the <command>ldappasswordmodify</command> command to reset the
     global administrator's password</para>
-    <screen>$ cd /path/to/OpenDJ/bin/
+    <screen>$ cd /path/to/opendj/bin/
 $ ./ldappasswordmodify
  --useStartTLS
  --port 1389
@@ -756,7 +756,7 @@
  --no-prompt</screen>
 
    <para>Alternatively, stop OpenDJ, edit the corresponding ACI carefully in
-   <filename>/path/to/OpenDJ/config/config.ldif</filename>, and restart OpenDJ.
+   <filename>/path/to/opendj/config/config.ldif</filename>, and restart OpenDJ.
    <footnote><para>Unlike the <command>dsconfig</command> command, the
    <filename>config.ldif</filename> file is not a public interface, so this
    alternative should not be used in production.</para></footnote></para>

--
Gitblit v1.10.0