Estas AquíDefiniciones Importantes / Operaciones disponibles en el protocolo LDAP
Operaciones disponibles en el protocolo LDAP
The LDAP Protocol Operations
LDAP has nine basic protocol operations, which can be divided into three categories:
1. Interrogation operations: search, compare. These two operations allow you to ask questions of the directory.
2. Update operations: add, delete, modify, modify DN (rename). These operations allow you to update information in the directory.
3. Authentication and control operations: bind, unbind, abandon. The bind operation allows a client to identify itself to the directory by providing an identity and authentication credentials; the unbind operation allows the client to terminate a session; and the abandon operation allows a client to indicate that it is no longer interested in the results of an operation it had previously submitted.
Dejame tu comentario