ldapUnBind(3ibx) — Subroutines
NAME
ldapUnBind − Ends an association between and LDAP client and and LDAP-compliant server.
SYNOPSIS
#include <libldap.h>
int ldapUnBind(LDAP_t ∗ldap_handle)
INPUT PARAMETER
ldap_handleThe address of an LDAP handle.
DESCRIPTION
The ldapUnBind function disconnects the client and server, and returns to the system all resources that had been allocated to the user account. If this function fails, call the ldapDelete function to return system resources.
RETURNS
One of the LDAP standard return values: LDAP_message.
RELATED INFORMATION
Functions: ldapBind(3), ldapDelete(3), ldapOpen(3).