Initial Release 6

Data Type : LDAP

LDAPAPIInfo - LDAP structure containing LDAP API information.
----------------------------------------------------------------------------------------------------------

#include <ldap.h>

Definition :

typedef struct ldapapiinfo {
int  ldapai_info_version;     /* version of this struct (1) */
int  ldapai_api_version;      /* revision of API supported */
int  ldapai_protocol_version; /* highest LDAP version supported */
char **ldapai_extensions;     /* names of API extensions */
char *ldapai_vendor_name;     /* name of supplier */
int  ldapai_vendor_version;   /* supplier-specific version times 100 */
Description :

LDAP structure containing some basic information about the LDAP API and about the specific implementation being used.
See Also :

ldap_get_option
----------------------------------------------------------------------------------------------------------