GNU/Linux |
RedHat 6.2(Zoot) |
|
![]() |
cldap_close(3) |
![]() |
cldap_close − Dispose of Connectionless LDAP Pointer
#include
<lber.h>
#include <ldap.h>
void
cldap_close( ld )
LDAP *ld;
The cldap_close() routine disposes of memory allocated by cldap_open(3). It should be called when all CLDAP communication is complete.
cldap_close() takes a single parameter ld, the LDAP pointer returned by a previous call to cldap_open(3).
ldap(3), cldap_open(3), cldap_search_s(3), cldap_setretryinfo(3)
OpenLDAP is developed and maintained by The OpenLDAP Project (http://www.openldap.org/). OpenLDAP is derived from University of Michigan LDAP 3.3 Release.
![]() |
cldap_close(3) | ![]() |