LDAP Interface |
Closes a connection to an LDAP server.
CALL LDAPS_CLOSE(lHandle, rc);
When invoked, the LDAPS_CLOSE CALL routine closes the connection to the LDAP server. All resources associated with the connection are freed; therefore, any valid search handles associated with this connection will no longer be valid.
The following example closes an open connection to an LDAP server.
call ldaps_close(lHandle, rc);
LDAP Interface |