LDAP-UX Client Services B.04.00 Administrator's Guide

Mozilla LDAP C SDK
The Mozilla LDAP C SDK File Components
Chapter 7 181
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.
/usr/include/disptmpl.h Support for LDAP display
templates. Allows applications to
convert LDAP entries into
displayable text strings and HTML.
/usr/include/lber.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/ldap-standard.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-platform.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.
/opt/ldapux/include/ldap-to-be-depreca
ted.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-deprecated.h LDAP APIs that have been
deprecated. Do not use.
Table 7-3 Mozilla LDAP C SDK API Header Files (Continued)
Header Files Description