[deployment-guide: 52/185] Extended the section about migrationtools.

Jaromir Hradilek jhradile at fedoraproject.org
Sun May 15 21:14:25 UTC 2011


commit 5605b2009e79d807e2706f4cc96cb0dbb16e14c6
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Fri Jan 28 14:26:51 2011 +0100

    Extended the section about migrationtools.
    
    Many thanks to Jan Safranek for his valuable comments.

 en-US/OpenLDAP.xml |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/en-US/OpenLDAP.xml b/en-US/OpenLDAP.xml
index b2e6b92..ac882a6 100644
--- a/en-US/OpenLDAP.xml
+++ b/en-US/OpenLDAP.xml
@@ -1171,7 +1171,12 @@ $DEFAULT_MAIL_DOMAIN = "example.com";
 # Default base
 $DEFAULT_BASE = "dc=example,dc=com";</screen>
       <para>
-        Refer to <xref linkend="table-ldap-migrationtools"/> to decide which script to run in order to migrate the user database.
+        Alternatively, you can specify the environment variables directly on the command line. For example, to run the <filename>migrate_all_online.sh</filename> script with the default base set to <literal>dc=example,dc=com</literal>, type:
+      </para>
+      <screen>~]#&#0160;<command>export DEFAULT_BASE="dc=example,dc=com" \</command>
+<command>/usr/share/migrationtools/migrate_all_online.sh</command></screen>
+      <para>
+        To decide which script to run in order to migrate the user database, refer to <xref linkend="table-ldap-migrationtools"/>.
       </para>
       <table id="table-ldap-migrationtools">
         <title>Commonly used LDAP migration scripts</title>


More information about the docs-commits mailing list