Net_LDAP

Table of Contents
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

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/