RSA Security logo

RSA BSAFE Cert-C
API Reference

LDAP_DATA2 Reference

Passes initialization parameters to S_InitializeLDAP2().

Most of the parameters are passed through a LDAP_OPTIONS_INFO structure.

Data Fields
ldapTransportInfo This input parameter hold all URLs of any directory servers. The client application can provide multiple directory server URLs to allow the LDAP provider to connect to a secondary host in case the primary server is unavailable.

Only the destList members of the TRANSPORT_INFO structure is used by the LDAP provider. The URL format for this parameter is ldap://hostname:portNumber/searchRoot.
ldapOptionsInfo This input parameter is a LDAP_OPTIONS_INFO structure that contains LDAP options.

#include <ldapapi.h>

00290 typedef struct LDAP_DATA2
00291 {
00292   TRANSPORT_INFO            ldapTransportInfo;
00293   LDAP_OPTIONS_INFO         ldapOptionsInfo;
00294 } LDAP_DATA2, *PLDAP_DATA2;

The documentation for this struct was generated from the following file:


RSA BSAFE® Cert-C 2.7 API Reference