Deprecated LDAP APIs
Although the following APIs are still supported, their use is deprecated.
Use of the newer replacement APIs is encouraged:
- ldap_ssl_start()
- Use ldap_ssl_client_init() and ldap_ssl_init(). See LDAP_SSL.
- ldap_open()
- Use ldap_init(). SeeLDAP_INIT.
- ldap_bind()
- Use ldap_simple_bind(). See LDAP_BIND / UNBIND.
- ldap_bind_s()
- Use ldap_simple_bind_s(). See LDAP_BIND / UNBIND.
- ldap_result2error()
- Use ldap_parse_result(). See LDAP_PARSE_RESULT.
- ldap_perror()
- Use ldap_parse_result(). See LDAP_PARSE_RESULT.
- ldap_get_entry_controls_np
- Use ldap_get_entry_controls. See LDAP_FIRST_ENTRY, LDAP_FIRST_REFERENCE.
- ldap_parse_reference_np
- Use ldap_parse_reference. See LDAP_FIRST_ENTRY, LDAP_FIRST_REFERENCE.