Copyright (C) 2008-2021 Oliver Bohlen.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU Free Documentation License".
This documentation comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
Here a little WebGUI written in PHP for the administration of the OpenLDAP Server
After emerging phpldapadmin you have to copy the files from /usr/share/webapps/openldapadmin-<version>/htdocs into a Destination in your DocumentRoot. My Destination for example is /var/www/gabosh.net/htdocs/intern/phpldapadmin.
If you want to use this solution you need the following howto(s) finished:
emerge net-nds/phpldapadmin
File permissions:
Owner: root
Group: root
Permissions: -rw-r--r--
The LDAP Base
// $servers->setValue('server','base',array(''));After change
$servers->setValue('server','base',array('dc=example,dc=com'));
The LDAP Base
# $servers->setValue('login','bind_id','cn=Manager,dc=example,dc=com');After change
$servers->setValue('login','bind_id','cn=Manager,dc=example,dc=com');
Please send a feedback to: doc<at>gabosh.net
Howto listingHere you can find the official Gentoo Linux Forums where you can find a lot of answers.
Here a link to the official Gentoo Linux Homepage.