6.9 Result Message Types

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

Table 6-8 Result Message Type

Type

Description

LDAP_RES_BIND (0x61)

Indicates that the LDAPMessage structure contains the results of a bind operation.

LDAP_RES_SEARCH_ENTRY (0x64)

Indicates that the LDAPMessage structure contains information about an entry which was found during a search operation.

LDAP_RES_SEARCH_RESULT (0x65)

Indicates that the LDAPMessage structure contains the results of a search operation

LDAP_RES_MODIFY (0x67)

Indicates that the LDAPMessage structure contains the results of a modify operation.

LDAP_RES_ADD ((0x69)

Indicates that the LDAPMessage structure contains the results of an add operation.

LDAP_RES_DELETE (0x6B)

Indicates that the LDAPMessage structure contains the results of a delete operation.

LDAP_RES_RENAME (0x6D)

Indicates that the LDAPMessage structure contains the results of a rename operation.

LDAP_RES_MODDN (0x6D)

Indicates that the LDAPMessage structure contains the results of a modify DN operation.

LDAP_RES_MODRDN (0x6D)

Indicates that the LDAPMessage structure contains the results of a modify RDN operation.

LDAP_RES_COMPARE (0x6F)

Indicates that the LDAPMessage structure contains the results of a compare operation.

LDAP_RES_SEARCH_REFERENCE (0x73)

Indicates that the LDAPMessage structure contains a referral to another LDAP server which was found during a search operation.

LDAP_RES_EXTENDED (0x78)

Indicates that the LDAPMessage structure contains the results of an extended operation