Hi,
A build of util_ldap showed 14 function calls that go direct to the
NetWare ldap library, and was given a mind that all these needed was
adding apr_ to the front and a wrapper in apu. However, discovered that
there exists already an apr_ldap_set_option() which is decidedly
different from ldap_set_option()... which way ahead?
The 'missing' functions (for NetWare anyway):
ldap_compare_s
ldap_count_entries
ldap_err2string
ldap_first_entry
ldap_get_dn
ldap_get_values
ldap_memfree
ldap_msgfree
ldap_parse_result
ldap_result
ldap_search_ext_s
ldap_set_option
ldap_simple_bind
ldap_unbind_s
ldap_value_free
Are these the only ones needed? Just these would get NetWare building
directly to APU ldap at least. Any others would be a bonus.
Regards,
Norm