6.8 Request Message Types

The following table details the types of the request messages that are supported by the LDAP libraries for C.

Table 6-7 Request Messages Types

Type

Description

LDAP_REQ_DELETE (0x4A)

Indicates a delete operation.

LDAP_REQ_UNBIND (0x42)

Indicates an unbind operation.

LDAP_REQ_ABANDON (0x50)

Indicates a request to abandon an operation.

LDAP_REQ_BIND (0x60)

Indicates a bind operation.

LDAP_REQ_SEARCH (0x63)

Indicates a search operation.

LDAP_REQ_MODIFY (0x66)

Indicates a modify operation.

LDAP_REQ_ADD (0x68)

Indicates an add operation.

LDAP_REQ_RENAME

See LDAP_REQ_MODRDN.

LDAP_REQ_MODDN

See LDAP_REQ_MODRDN.

LDAP_REQ_MODRDN (0x6C)

Indicates a modify RDN operation.

LDAP_REQ_COMPARE (0x6E)

Indicates a compare operation.

LDAP_REQ_EXTENDED (0x77)

Indicates an extended operation