Man Page: ldap_version
Operating Environment: opensolaris
Section: 3ldap
ldap_version(3LDAP) LDAP Library Functions ldap_version(3LDAP)NAMEldap_version - get version information about the LDAP SDK for CSYNOPSIScc -flag ... file...-lldap [ -library ... ] #include <ldap.h> int ldap_version(LDAPVERSION *ver);DESCRIPTIONA call to this function returns the version information for the LDAP SDK for C. This is a deprecated function. Use ldap_get_option(3LDAP) instead. The version information is returned in the LDAPVersion structure pointed to by ver. If NULL is passed for ver, then only the SDK version will be returned.RETURN VALUESThe ldap_version() function returns the version number of the LDAP SDK for C, multiplied by 100. For example, for version 1.0 of the LDAP SDK for C, the function returns 100.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl (32-bit) | +-----------------------------+-----------------------------+ | |SUNWcslx (64-bit) | +-----------------------------+-----------------------------+ |Interface Stability |Obsolete | +-----------------------------+-----------------------------+SEE ALSOldap_get_option(3LDAP), attributes(5) SunOS 5.11 19 Oct 2001 ldap_version(3LDAP)
| Related Man Pages |
|---|
| ldap_abandon(3ldap) - opensolaris |
| ldap_controls_free(3ldap) - opensolaris |
| ldap_abandon(3ldap) - sunos |
| ldap_memfree(3ldap) - sunos |
| cldap_setretryinfo(3ldap) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| JOpt.SDK 2.1.1 (JOpt.NET branch) |
| iPhone SDK? |
| JOpt.SDK 2.2.0 (JOpt.NET branch) |
| JOpt.SDK 2.2.1 (JOpt.NET branch) |
| Luke-SDK 0.7.1 (Default branch) |