The LDAP Class for PHP
Problems with OpenLDAP 2.x: As you most likely know, the objectclass
and attribute definitions have changed from 1.x to 2.x. This means that
any function that attempts to read the schema will fail miserably. I will
need to rewrite the readConfig() function to handle the new format and all of the
new options.
The LDAP class for PHP is an easy way to interface your PHP program
with an LDAP database. The interface is similar to what you would
find in a filesystem. You can easily navigate through your directory
server similar to the way you would navigate your file system.
|