Where to Find LDAP Information
Backward Compatibility with Earlier Releases
http://developer.netscape.com/tech/directory/index.html
http://www.ietf.org/internet-drafts/draft-ietf-ldapext-ldap-c-api-00.txt), which describes a C language application programming interface to LDAP.
ldap_add_ext() and ldap_add_ext_s().)
The new versions of these functions allow you to pass LDAP v3 controls along with an LDAP request to the server. The asynchronous versions of these new functions (those with names that end with _ext) now return a result code indicating whether or not the LDAP request was sent successfully.
The older versions of these functions (such as ldap_add() and ldap_add_s()), which were provided with the Netscape Directory SDK 1.0, are still supported for backwards-compatibility. If you already have LDAP clients that use these function calls, you do not need to rewrite the clients to use the newer versions of functions.
If you are writing a new client, however, you should use the new versions of these functions.
Also note that, although some functions are deprecated, the Netscape Directory SDK 3.0 for C release still supports these functions. The following table lists the functions that are deprecated. Table 1 Deprecated functions and their suggested replacements
| Deprecated Function |
Suggested Replacement
| |
|---|
Finding information In this manual
The monospace font is used for sample code and code listings, API and language elements (such as function names and class names), filenames, pathnames, directory names, HTML tags, and any text that must be typed on the screen. (Monospace italic font is used for placeholders embedded in code.) Last Updated: 10/01/98 17:02:01