17.3 LDAP Protocol Data Units
Protocol data units are described using the ASN.1 syntax, and they are transferred using the BER coding subset. LDAP includes the following types of operations (each of them has defined inquiry and reply formats):
bind:
Allows authentication information to be exchanged between a client and a server (i.e., user authentication and establishing the session).unbind:
Termination of the users session.search:
Operation for searching in the DIT. Within a reply, the client receives one of the following types: entry (convenient item), reference to another server, and end of inquiry processing.modify:
Modification of an entry.add:
Adds new entry.del:
Deletes an entry.modifyDN:
Changes entrys DN (name) enabling moving the entry ...
Get Understanding TCP/IP now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.