On 02/21/2011 02:29 PM, Michael Ströder wrote:
> HI!
>
> I've committed a larger patch contributed by Rich Megginson fixing SF#2829057
> [1] and adding generic support LDAPv3 extended operations. Many thanks to him.
>
> I've done some tests for [1] by successfully using the LDAP persistent search
>
On 03/01/2011 01:13 PM, Michael Ströder wrote:
> Rich Megginson wrote:
>> About the arguments and return values to result4 - with the current code
>> I have to do something like this:
>>
>> rtype, rdata, rmsgid, decoded_serverctrls, extop_rspoid,
>> extop_rspval = srv.result4(msgid, 0, -1, 1)
Rich Megginson wrote:
> About the arguments and return values to result4 - with the current code
> I have to do something like this:
>
> rtype, rdata, rmsgid, decoded_serverctrls, extop_rspoid,
> extop_rspval = srv.result4(msgid, 0, -1, 1)
>
> That is, I only want the decoded_serverctrls, but
HI!
I've committed a larger patch contributed by Rich Megginson fixing SF#2829057
[1] and adding generic support LDAPv3 extended operations. Many thanks to him.
I've done some tests for [1] by successfully using the LDAP persistent search
control against eDirectory and OpenDJ (OpenDS fork) and re