1cldap_close(3LDAP)          LDAP Library Functions          cldap_close(3LDAP)
2
3
4

NAME

6       cldap_close - dispose of connectionless LDAP pointer
7

SYNOPSIS

9       cc[ flag... ] file... -lldap[ library... ]
10       #include <lber.h>
11       #include <ldap.h>
12
13       void cldap_close(LDAP *ld);
14
15

DESCRIPTION

17       The   cldap_close()   function   disposes   of   memory   allocated  by
18       cldap_open(3LDAP). It should be called when all CLDAP communication  is
19       complete.
20

PARAMETERS

22       ld     The    LDAP   pointer   returned   by   a   previous   call   to
23              cldap_open(3LDAP).
24
25

ATTRIBUTES

27       See attributes(5) for a description of the following attributes:
28
29
30
31
32       ┌─────────────────────────────┬─────────────────────────────┐
33       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
34       │Availability                 │SUNWcsl (32-bit)             │
35       │                             │SUNWcslx (64-bit)            │
36       │Interface Stability          │Evolving                     │
37       └─────────────────────────────┴─────────────────────────────┘
38

SEE ALSO

40       ldap(3LDAP), cldap_open(3LDAP), cldap_search_s(3LDAP),  cldap_setretry‐
41       info(3LDAP)
42
43
44
45SunOS 5.11                        27 Jan 2002               cldap_close(3LDAP)
Impressum