Net_LDAP
Net_LDAP allows you to query and manipulate the data stored in directory servers using PHP in an object-oriented way.
Detailed usage examples are available at: /your/pear/path/docs/Net_LDAP/examples/
Please note, that as of 2009-05-28 Net_LDAP2, which is superseding Net_LDAP, has become stable. Please use Net_LDAP2 instead.
- Introduction — What Net_LDAP is and general information
- Error handling — How handling errors works in Net_LDAP
- Configuration and connecting — How to configure Net_LDAP and connect to an LDAP server
- Search — Searching entries
- Fetching entries — Retrieving entries directly or from a searchresult
- Attributes — Reading/adding/changing/deleting attributes from entries
- Managing entries — Adding/renaming/moving/deleting entries
- LDAP filters — Introduction to and usage of LDAP filters
- LDIF files — Converting between Net_LDAP_Entries and LDIF files