The LDAP operation type.
Original |
Mapped |
Description |
---|---|---|
0 |
XDM_CONST.LDAP_OPERATION_BIND_REQUEST |
A request to bind to the LDAP server. |
1 |
XDM_CONST.LDAP_OPERATION_BIND_RESPONSE |
A response to a bind request. |
2 |
XDM_CONST.LDAP_OPERATION_UNBIND_REQUEST |
A request to unbind from the LDAP server. |
3 |
XDM_CONST.LDAP_OPERATION_SEARCH_REQUEST |
A request to search the LDAP directory. |
4 |
XDM_CONST.LDAP_OPERATION_SEARCH_RESULT_ENTRY |
A search result entry returned in response to a search request. |
5 |
XDM_CONST.LDAP_OPERATION_SEARCH_RESULT_DONE |
The final result in a search request. |
6 |
XDM_CONST.LDAP_OPERATION_MODIFY_REQUEST |
A request to modify an LDAP entry. |
7 |
XDM_CONST.LDAP_OPERATION_MODIFY_RESPONSE |
A response to a modify request. |
8 |
XDM_CONST.LDAP_OPERATION_ADD_REQUEST |
A request to add an LDAP entry. |
9 |
XDM_CONST.LDAP_OPERATION_ADD_RESPONSE |
A response to an add request. |
10 |
XDM_CONST.LDAP_OPERATION_DEL_REQUEST |
A request to delete an LDAP entry. |
11 |
XDM_CONST.LDAP_OPERATION_DEL_RESPONSE |
A response to a delete request. |
12 |
XDM_CONST.LDAP_OPERATION_MODIFY_DN_REQUEST |
A request to modify the distinguished name of an LDAP entry. |
13 |
XDM_CONST.LDAP_OPERATION_MODIFY_DN_RESPONSE |
A response to a modify distinguished name request. |
14 |
XDM_CONST.LDAP_OPERATION_COMPARE_REQUEST |
A request to compare an LDAP attribute value with an expected value. |
15 |
XDM_CONST.LDAP_OPERATION_COMPARE_RESPONSE |
A response to a compare request. |
16 |
XDM_CONST.LDAP_OPERATION_ABANDON_REQUEST |
A request to abandon an LDAP operation. |
19 |
XDM_CONST.LDAP_OPERATION_SEARCH_RESULT_REFERENCE |
A search result reference returned in response to a search request. |
23 |
XDM_CONST.LDAP_OPERATION_EXTENDED_REQUEST |
A request to perform an LDAP extended operation. |
24 |
XDM_CONST.LDAP_OPERATION_EXTENDED_RESPONSE |
A response to an extended request. |