From c770c8789f4f74004d54692d792ad43af92e3f90 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Wed, 9 Nov 2016 08:12:22 +0100 Subject: [PATCH] Moving LDAP Web GUI to Apache exercise --- Doc/Sdi/apache.xml | 17 +++++++++++++++++ Doc/Sdi/ldap.xml | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Doc/Sdi/apache.xml b/Doc/Sdi/apache.xml index 3638f4ffb..b7f4f3d47 100644 --- a/Doc/Sdi/apache.xml +++ b/Doc/Sdi/apache.xml @@ -225,6 +225,23 @@ </orderedlist> </section> + <section xml:id="sdiLdapWebManagement"> + <title>Providing WEB based user management to your LDAP Server</title> + + <para>Using Apache Directory Studio is a good choice during installation + and may serve development and debugging purposes as well. However it is + not an adequate tool for day to day administration tasks with respect to + user management. We need a separate (WEB based) administration + tool.</para> + + <para>Install <productname + xlink:href="https://www.ldap-account-manager.org">LDAP Account + Manager</productname> on top of an Apache Web Server. + <productname>Ubuntu</productname> allows for <link + xlink:href="https://www.ldap-account-manager.org/static/doc/manual/ch01.html">package + based installation</link>.</para> + </section> + <section xml:id="sdiSectDocbookPublish"> <title>Publish your documentation</title> diff --git a/Doc/Sdi/ldap.xml b/Doc/Sdi/ldap.xml index fd73bca0d..bacd2d82f 100644 --- a/Doc/Sdi/ldap.xml +++ b/Doc/Sdi/ldap.xml @@ -627,23 +627,6 @@ modifying entry "olcDatabase={0}config,cn=config"</programlisting> <code>homeDirectory</code> by a modify/add operation.</para> </section> - <section xml:id="sdiLdapWebManagement"> - <title>Providing WEB based user management</title> - - <para>Using Apache Directory Studio is a good choice during installation - and may serve development and debugging purposes as well. However it is - not an adequate tool for day to day administration tasks with respect to - user management. We need a separate (WEB based) administration - tool.</para> - - <para>Install <productname - xlink:href="https://www.ldap-account-manager.org">LDAP Account - Manager</productname> on top of an Apache Web Server. - <productname>Ubuntu</productname> allows for <link - xlink:href="https://www.ldap-account-manager.org/static/doc/manual/ch01.html">package - based installation</link>.</para> - </section> - <section xml:id="diSectLdapBackupRestore"> <title>Backup and recovery / restore</title> -- GitLab