Object oriented access to the LDAP tree using Zend_Ldap_Node

Getting information from the LDAP server

RootDSE

See the following documents for more information on the attributes contained within the RootDSE for a given LDAP server.

Example #1 Getting hands on the RootDSE

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

Schema Browsing

Example #2 Getting hands on the server schema

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

OpenLDAP

ActiveDirectory

Note: Schema browsing on ActiveDirectory servers
Due to restrictions on Microsoft ActiveDirectory servers regarding the number of entries returned by generic search routines and due to the structure of the ActiveDirectory schema repository, schema browsing is currently not available for Microsoft ActiveDirectory servers.


Object oriented access to the LDAP tree using Zend_Ldap_Node