Syntax
#include "slapi-plugin.h" void slapi_ldap_unbind( LDAP *ld ); Parameters
#include "slapi-plugin.h" void slapi_ldap_unbind( LDAP *ld );
The function has the following parameters:
ld
Description. This function unbinds from another LDAP server. Call this function if you initialized the LDAP session with the slapi_ldap_init() function. (Do not call the ldap_unbind() or ldap_unbind_s() functions provided with the Netscape Directory SDK.)