[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Finding out what replaces deprecated functions



<quote who="Kurt D. Zeilenga">
> I just committed an updated <ldap.h> regarding alternatives.

Many thanks for the speedy commit!

Will help us ou a lot.

By the way, if you are interested, the code in question is a LDAP RealTime
Plugin for Asterisk:

http://bugs.digium.com/view.php?id=5768

I hope to get past the update and on to adding Start_TLS and more options
for connections etc.

If you happen to find a spare second, which I highly doubt ;-), maybe
worth a quick glance to see what/if there are any immediate bad things
being done there.

Thanks for your time,

Gavin.

>
> Kurt
>
> At 04:24 PM 8/9/2006, Michael Ströder wrote:
>>Gavin Henry wrote:
>>>
>>> We're updating some LDAP code in another peice of software, how do we
>>> find
>>> out what replaces these functions:
>>>
>>> ldap_get_values
>>> ldap_value_free
>>> ldap_search_s
>>> ldap_unbind_s
>>> ldap_init
>>> ldap_simple_bind_s
>>> ldap_unbind
>>>
>>> I can see the #if LDAP_DEPRECATED in ldap.h from 2.3.25.
>>
>>Candidates are the functions with almost same name but ending with _ext
>>or _ext_s.
>>
>>Ciao, Michael.
>
>