ldap_abandon, ldap_abandon_ext - Abandon an LDAP operation in progress
OpenLDAP LDAP (libldap, -lldap)
#include <ldap.h> int ldap_abandon(LDAP *ld, int msgid); int ldap_abandon_ext(LDAP *ld, int msgid,
ldap_abandon() checks to see if the result of the operation has already come in. If it has, it deletes it from the queue of pending messages. If not, it sends an LDAP abandon operation to the the LDAP server.
The caller can expect that the result of an abandoned operation will not be returned from a future call to ldap_result(3).
ldap_abandon_ext() is equivalent to ldap_abandon() except that it allows server and client controls to be passed in sctrls and cctrls, respectively.
ldap_abandon_ext() directly returns an LDAP error code indicating success or failure of the operation.
See ldap_error(3) for details.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |