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)
Dusan Stefanik wrote:
> I decided to take python-ldap-2.3.13 few days ago and I made som changes to
> get it work on python3.
> Now I have working version for python3 (tested on Ubuntu 10.4 LTS x64 and
> Debian Squeeze x64).
>
> You can try it. It can be start point for new branche of python-lda
Hi Michael,
I will try do it.
Dusan
On 01/03/11 at 09:15pm, Michael Ströder wrote:
> Dusan Stefanik wrote:
> > I decided to take python-ldap-2.3.13 few days ago and I made som changes to
> > get it work on python3.
> > Now I have working version for python3 (tested on Ubuntu 10.4 LTS x64 and