man pages section 3: Networking Library Functions

Exit Print View

Updated: July 2014
 
 

ldap_version(3LDAP)

Name

ldap_version - get version information about the LDAP SDK for C

Synopsis

cc [ flag … ]  file–lldap [ library … ] 
#include <ldap.h>

int ldap_version(LDAPVERSION *ver);

Description

A 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 Values

The 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.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/library
Interface Stability
Obsolete

See also

ldap_get_option(3LDAP), attributes(5)