Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ldap_version(3ldap) [opensolaris man page]

ldap_version(3LDAP)					      LDAP Library Functions					       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 |SUNWcsl (32-bit) | +-----------------------------+-----------------------------+ | |SUNWcslx (64-bit) | +-----------------------------+-----------------------------+ |Interface Stability |Obsolete | +-----------------------------+-----------------------------+ SEE ALSO
ldap_get_option(3LDAP), attributes(5) SunOS 5.11 19 Oct 2001 ldap_version(3LDAP)

Check Out this Related Man Page

cldap_close(3LDAP)					      LDAP Library Functions						cldap_close(3LDAP)

NAME
cldap_close - dispose of connectionless LDAP pointer SYNOPSIS
cc[ flag... ] file... -lldap[ library... ] #include <lber.h> #include <ldap.h> void cldap_close(LDAP *ld); DESCRIPTION
The cldap_close() function disposes of memory allocated by cldap_open(3LDAP). It should be called when all CLDAP communication is complete. PARAMETERS
ld The LDAP pointer returned by a previous call to cldap_open(3LDAP). ATTRIBUTES
See attributes(5) for a description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | |Availability |SUNWcsl (32-bit) | | |SUNWcslx (64-bit) | |Interface Stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
ldap(3LDAP), cldap_open(3LDAP), cldap_search_s(3LDAP), cldap_setretryinfo(3LDAP) SunOS 5.11 27 Jan 2002 cldap_close(3LDAP)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

please help me out

I'm so green in unix, and now i need to connecting a digital unix (osf1 ver 4.0d) and microsoft nt server (ver 4) under tcp/ip protocol. Please tell me what should i do ? Thanks a lot. (2 Replies)
Discussion started by: wanditea
2 Replies

2. OS X (Apple)

iPhone SDK?

Just need a little help learning to code using the iPhone SDK. HELP WOULD BE GREAT!!! (1 Reply)
Discussion started by: Nintenman
1 Replies

3. Programming

SDK For cdwriter

I have a problem. I try to write a cd writer program ins c# but I can't find any sdk. Any one who knows? Thank you in advance :) (5 Replies)
Discussion started by: cs05pp2
5 Replies

4. Android

64 bit Android SDK in GNU/Linux

Hi guys :) I've just switched from 32 bit to a 64 bit Arch Linux and I've installed the android SDK but, I can't run the emulator because some lib is missing ( ia32-libs ), if anyone have resolved this problem in a non Debian based GNU/Linux Distro let me know. I've search the web for that lib but... (2 Replies)
Discussion started by: pharaoh
2 Replies

5. Shell Programming and Scripting

Problem in extracting yocto SDK for docker

Actually I was facing the following issue while building my Yocto SDK on Docker container sudo docker build --tag="akash/eclipse-che:6.5.0-1" --tag="akash/eclipse-che:latest" /home/akash/dockerimage.yocto.support/ Sending build context to Docker daemon 26.93MB Step 1/5 : FROM eclipse/cpp_gcc ... (3 Replies)
Discussion started by: Akash BHardwaj
3 Replies

6. Web Development

PubNub PHP SDK V4 Issues

Any idea why this fails? Here is a PubNub PHP SDK V4 working code which throws the error: PHP Parse error: syntax error, unexpected 'use' (T_USE) in ..... According to the PubNub docs, V4 of the PHP SDK support PHP v5.6, so I'm really confused as to why this error. Directly from this... (3 Replies)
Discussion started by: Neo
3 Replies