Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
This is my own implementation of some classes for manipulation LDAP-entries in
2
a directory.
3
 
4
The classes methods and structure are based on Perls Net::LDAP
5
(see perl-ldap.sf.net). The test.php file shuld provide you with enough
6
examples to do the most basic things.
7
 
8
The largest difference between the perl implementation and this one (apart
9
from the fact that all array/list structures are different due to differences
10
in the two languages) is that instead of the method new you'll have to use the
11
method connect() instead.
12
 
13
Patches and comments are most welcome!
14
Please submit them via PEARS Bug tracking feature or via mail
15
to one of Net_LDAP2s developers. Use unified context diffs if possible!
16
 
17
The Net_LDAP2 Team