bout all of the deprecated functions, except for:
ldap_sort_entries
ldap_sort_values
ldap_sort_strcasecmp
of which Net::LDAPapi only uses ldap_sort_entries.
Is there a replacement function for this? If not, any thoughts on what
the steps are to duplicate that functionality?
So no one else knows
--On Thursday, February 22, 2007 11:48 AM -0800 Quanah Gibson-Mount
<[EMAIL PROTECTED]> wrote:
I'm interested in updating Net::LDAPapi so that it no longer uses the
deprecated C API. ldap.h is nicely commented on the replacement
functions for just about all of the deprecate
I'm interested in updating Net::LDAPapi so that it no longer uses the
deprecated C API. ldap.h is nicely commented on the replacement functions
for just about all of the deprecated functions, except for:
ldap_sort_entries
ldap_sort_values
ldap_sort_strcasecmp
of which Net::LDAPapi only
> I just committed an updated regarding alternatives.
I think there has been a typo, or I am being stupid:
ldap_unbind LDAP_P(( /* deprecated, use ldap_bind_ext */
Shouldn't that be ldap_unbind_ext?
Thanks.
>
> Kurt
>
> At 04:24 PM 8/9/2006, Michael Ströder wrote:
>>Gavin Henry wrote:
>>>
>>
> I just committed an updated 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 addi
> Unforunately, our work to revise the manual pages has stalled.
No problem.
>
> Aside from the archives (I think most if not all the particular
> cases have been discussed before), I suggest you look at
> for like, non-deprecated functions.
Thanks.
>
> At 01:16 PM
I just committed an updated regarding alternatives.
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_sear
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 lda
Unforunately, our work to revise the manual pages has stalled.
Aside from the archives (I think most if not all the particular
cases have been discussed before), I suggest you look at
for like, non-deprecated functions.
At 01:16 PM 8/9/2006, Gavin Henry wrote:
>Dear all,
>
>We're
Dear all,
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. Where can I find
o
10 matches
Mail list logo