At 07:00 PM 2001-10-24, Wei Wang wrote:
Is the ldap_get_option() actually in the LDAP C API?
You need to qualify "LDAP C API' as there is not one
single API, but many vendor defined LDAP C APIs. While
most have their roots in RFC 1823 and subsequent work
done by the IETF, they do have their differences.
ldap_get_option() is not part of RFC 1823 nor APIs closely
derived from it (e.g. OpenLDAP 1.x) but is generally available
in modern APIs (e.g. OpenLDAP 2.x, iPlanet/Mozilla, etc.).
Due to the differences in specific LDAP C APIs, it may be
appropriate to direct your API enquiries aimed at support
the particular LDAP C API you are using. For OpenLDAP APIs,
I suggest using the OpenLDAP-software mailing list. See
http://www.openldap.org/lists/ for details.