LDAP Explorer

LDAP Explorer is a PHP LDAP client.
Download

LDAP Explorer Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Terrence Miao
  • Publisher web site:
  • http://igloo.its.unimelb.edu.au/LDAPExplorer/

LDAP Explorer Tags


LDAP Explorer Description

LDAP Explorer is a PHP LDAP client. LDAP Explorer is designed to work as a generic Web-based LDAP Client running on the server side. It lets you browse an LDAP server through an hierarchical tree. It also lets you add, modify. rename, or delete entries and attributes of an entry.LDAP Explorer has been tested against Apache Web Server, Open LDAP Server, Netscape Directory Server as well as Novell eDirectory for Linux (Trail version 8.1) so far. Also Microsoft Active Directory server, Papp Zoltn said it works.Requirements:· LDAP Explorer version >= 1.15 needs Apache or Netscape web server with PHP version 4.xx with ldap support Important!!! · Because very bizarre behavior in PHP 4.0.4pl1, LDAP Explorer doesn't work well with it at the moment. Please stay at version 4.0.3pl1.Installation1. Change directory to web server root directory and unpack tar file:# cd /var/www/html# tar xvfz LDAPExplorer-x.xx.tar.gz2. Create a tmp directory under web server root directory (to keep temporary tree structure and mime type files), e.g.:# mkdir /home/httpd/html/tmpif your apache is running as user nobody:# chown nobody:nobody /home/httpd/html/tmpor as user apache:# chown apache:apache /home/httpd/html/tmp3. Change default setting in default.php, e.g.: set $default->root_html to "/var/www/html" (it points to server root - in Apache see ServerRoot setting) and $default->tmpdir to "/" or "/tmp" depend on your system4. turn magic quotes off in PHP. in php.ini:magic_quotes_gpc = Off or in apache configuration file, e.g, access.conf:< Location /LDAPExplorer>DirectoryIndex login.phpAddType application/x-httpd-php .phpAddType application/x-httpd-php-source .phpsphp_value magic_quotes_gpc off (without space)5. That's all. Open your browser (Browser should support frame and javascript), go to URL:http://www.mydomain.com/LDAPExplorer/login.php


LDAP Explorer Related Software