PreRequisites
From phpLDAPadmin
Pre-Requisites
To be able to use phpLDAPadmin, you will need the following:
- A running LDAP server of your choice, somewhere in your network.
- phpLDAPadmin was developed to manage an OpenLDAP server, however, it should also work with other LDAP servers. If you find that you have trouble with PLA and your LDAP server, contact the developments and they would be happy to make the necessary changes to make it work.
- Your LDAP server must also provide access to the schema using an anonymous bind. Please ensure that you can see your schema without having to bind to the LDAP server. A way to test this could be as simple as:
ldapsearch -xh HOST -b '' -s base subschemaSubentry
- A web server (Apache, IIS, etc).
- Your web server configured to use PHP v5 (PHP4 is no longer support and will not work with PLA 1.x). PHP must be configured with:
- PCRE support,
- SESSION support,
- GETTEXT support,
- LDAP support,
- XML support
Browser Support
phpLDAPadmin is developed using Firefox as our browser. JavaScript is used extensively in the later releases - especially with the AJAX support.
In theory, any browser should work with phpLDAPadmin, but our experience shows that it renders and displays better with Firefox.
We would happily accept a patch to PLA that makes it display better in any other browser. If you know how to make it render just as well as Firefox, then send your patch to the SourceFourge Patch Tracker