| |
| LDAP Library Functions | cldap_close(3LDAP) |
| | cldap_close - dispose of connectionless LDAP pointer |
SYNOPSIS
| |
cc[ flag... ] file... -lldap[ library... ]
#include <lber.h>
#include <ldap.h> void cldap_close(LDAP *ld); |
| |
The cldap_close()
function disposes of memory allocated by cldap_open(3LDAP). It should be called when all CLDAP communication is complete.
|
| |
See attributes(5) for a description of the following attributes:
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
| Availability | SUNWcsl (32-bit) |
| | SUNWcslx (64-bit) |
| Interface Stability | Evolving |
|
| |