| LDAP CALL Routine Interface |
| Syntax | |
| Arguments | |
| Details | |
| Example |
Syntax |
| CALL LDAPS_CLOSE(lHandle, rc); |
| lHandle |
specifies the connection handle that is returned by the LDAPS_OPEN CALL routine.
| ||||
| rc |
receives a return code that specifies success or failure.
|
| Details |
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 that are associated with this connection are no longer valid.
| Example |
The following example closes an open connection to an LDAP server.
call ldaps_close(lHandle, rc);
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.