LdapMessage

Ldap Message are the basis of all messages. Each request sent to the Ldap server is a Ldap Message.

Elements constituting a Ldap Message

  • Each Ldap Message as a single identifier, called the Message Id. This number is mandatory, and must also be between 1 and 2^31 -1.
  • A Ldap message contains a specific request: Add, Modify, Search, etc.
  • It also contains a optionnal list of controls.

Class Diagram

  • No labels