Blame | Letzte Änderung | Log anzeigen | RSS feed
This is my own implementation of some classes for manipulation LDAP-entries ina directory.The classes methods and structure are based on Perls Net::LDAP(see perl-ldap.sf.net). The test.php file shuld provide you with enoughexamples to do the most basic things.The largest difference between the perl implementation and this one (apartfrom the fact that all array/list structures are different due to differencesin the two languages) is that instead of the method new you'll have to use themethod connect() instead.Patches and comments are most welcome!Please submit them via PEARS Bug tracking feature or via mailto one of Net_LDAP2s developers. Use unified context diffs if possible!The Net_LDAP2 Team