Tools

Object oriented access to the LDAP tree using Zend_Ldap_Node

Basic CRUD operations

Retrieving data from the LDAP

Getting a node by its DN

Searching a node's subtree

Adding a new node to the LDAP

Deleting a node from the LDAP

Updating a node on the LDAP

Extended operations

Copy and move nodes in the LDAP

Tree traversal

Example #1 Traverse LDAP tree recursively

  1. span style="color: #808080; font-style: italic;">/* ... */

Tools