LDAP-UX Client Services B.04.10 Administrator's Guide (edition 7)

Table 8-3 Mozilla LDAP C SDK API Header Files
DescriptionHeader Files
Main LDAP functions, structures and defines./usr/include/ldap.h
Support for LDAP v3 extended operations, controls and
other server specific features. This file must be included
in source code that uses LDAP v3 extended operations or
controls.
/usr/include/ldap-extension.h
Support for creation of SSL connections. This file must be
included in source code that requires SSL connections.
/usr/include/ldap_ssl.h
Support for LDAP search preferences configuration files
(ldapsearchprefs.conf). A common method used by
applications that use the OpenLDAP API to define
organizational search preferences.
/usr/include/srchpref.h
Support for LDAP display templates. Allows applications
to convert LDAP entries into displayable text strings and
HTML.
/usr/include/disptmpl.h
Support for creating messages that follow the Basic
Encoding Rules syntax. These APIs are used when
building extended LDAP operations or controls. This file
is a support file for ldap.h and does not need to included
in source code.
/usr/include/lber.h
Contains basic LDAP defines. This file is a support file
for ldap.h and does not need to be included in source
code.
/usr/include/ldap-standard.h
Contains platform specific information for compiling on
a variety of platforms. This file is a support file for ldap.h
and does not need to be included in source code.
/usr/include/ldap-platform.h
LDAP APIs that will not be available in the future. Do
not use this header file for newly created LDAP-enabled
applications.
/opt/ldapux/include/ldap-to-be-deprecated.h
LDAP APIs that have been deprecated. Do not use./opt/ldapux/include/ldap-deprecated.h
NOTE: If you attempt to use the LDAP C SDK in your code , you only need to put in "#include
<ldap.h>" in the code and compile with the -lldap parameter to load the LDAP C SDK library.
Unsupported Contributed Tools and Scripts
This section describes contributed tools and scripts which are not officially supported by HP.
182 Mozilla LDAP C SDK