ldap_dup

Returns a duplicate of a session handle.

LDAP Version:v2 or higher
Library:*ldapsdk.*
NDS Version:7.xx or higher
Platform:NLM, Windows (NT, 95, 98, 2000, XP, Vista 32-bit and 64-bit ), Linux (32-bit and 64-bit), Solaris, AIX, and HP-UX

Syntax

  #include <ldap.h>
  
  LDAP * ldap_dup (
     LDAP  *ld
     )
  
  

Parameters

ld

(IN) Points to the LDAP session handle.

Return Values

Address of the duplicate session handle

Success

Null

Failure