Net_LDAP2
Net_LDAP2 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_LDAP2/examples/
- Introduction — What Net_LDAP2 is and general information
- Error handling — How handling errors works in Net_LDAP2
- Configuration and connecting — How to configure Net_LDAP2 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_LDAP2_Entries and LDIF files
- Schema caching — How to enable schema caching