RSA Security logo

RSA BSAFE Cert-C
API Reference

LDAP_OPTIONS_INFO Reference

Holds LDAP options.

Data Fields
authType A flag that determines if authentication is required at bind time.
sizeLimit The maximum number of entries the server should return from the search.
timeLimit The maximum number of seconds that client is willing to wait for a search.
baseDNAttrs A comma-separated list of attributes.
searchFilterAttrs The criteria used during the search to determine which entries to return.
certificateAttrs One of certificate attributes.
certificateRevocationAttrs One of certificate revocation aributtes.
disconnectBeforeConnect A flag that determines whether to disconnect after a search.
userName The user name used to bind to the directory if authType is set to 1.
userPassword The password for the user name used to bind to the directory if authType is set to 1.

#include <ldapapi.h>

00257 typedef struct LDAP_OPTIONS_INFO
00258 {
00259   unsigned int      authType;
00260   unsigned int      sizeLimit;
00261   unsigned int      timeLimit;
00262   char              baseDNAttrs[MAXLEN_LD_STR];
00263   char              searchFilterAttrs[MAXLEN_LD_STR];
00264   char              certificateAttrs[MAXLEN_LD_STR];
00265   char              certificateRevocationAttrs[MAXLEN_LD_STR];
00266   unsigned int      disconnectBeforeConnect;
00267   char              userName[MAXLEN_LD_DN];
00268   char              userPassword[MAXLEN_LD_PASSPHRASE];
00269 } LDAP_OPTIONS_INFO, *PLDAP_OPTIONS_INFO;

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


RSA BSAFE® Cert-C 2.7 API Reference