2 - Basic LDAP API usage (…)

Each LDAP operations are requests that may get a response (except the Abandon or Unbind requests).

Some request though may get more than one response, like the Search operation (which may get one or more SearchResult Entry, SearchResultReference and SearchResultDone).

Last, not least, in specific cases an IntermediateResponse may be sent as a reponse to an ExtendedRequest (which will receive an ExtendedResponse at some point later).

We will explain some of the most used operations in this chapter.

Contents