AdvLDAP Example Code

The component allows you to perform all basic LDAP operations on LDAP (Lightweight Directory Access Protocol) directory servers like the Netscape Directory Server. The component provides these operations.

  1. Complete basic LDAP server operations, such as Add, Modify, ModifyDN and Delete.

  2. Along with these operations it provides Query operation to query the LDAP entries by giving the search criteria and can sort the list in ascending, descending and case sensitive, case insensitive order on given sorting criteria.

Method Name Method Description
Add The Add operation allows a client to request the addition of an entry in the LDAP directory server
Modify The Modify operation allows a client to request modifiacion of the attributes of an LDAP entry on an LDAP server with the exception of the distinguished name ("DN") attribute
ModifyDN The ModifyDN operation allows a client to change the last comonent of the name of an entry in the directory on an LDAP server
Delete The Delete operation allows a client to requset the removal of an entry from the directory. Only leaf objects will be deleted with this operation
Query The Query operation allows a client to request that a search be berformed on its behalf by a server

Back

© 2005 ASPFusion