phpLDAPadmin is a web-based LDAP browser to manage your LDAP server.
Prerequisites
- PHP needs to have been compiled with gettext and LDAP support( "--with-ldap --with-gettext")
- If the web interface squawks about date.timezone, then you need to edit
/usr/local/lib/php.ini and add a default timezone line (such as date.timezone ="America/Thunder_Bay").
Installation
Make a directory to hold the website files:
mkdir -p /var/websites/private/htdocs
mkdir -p /var/websites/private/logs