How to get msgid from ldap.result() call?
Michael Ströder
michael at stroeder.com
Wed May 5 20:04:00 CEST 2004
Michael Ströder wrote:
> Ken Key wrote:
>
>> It is not a complete fix, as I still
>> need to go through the rest of the code to change the result()
>> return handling to deal with the 3 element tuple.
>> [..]
>> I'll work up a more complete patch in a couple of days.
>
> Don't worry. I'll work that out.
I've checked in your patch with modifications to ldap.ldapobject (see below).
Modules/:
* New method result2() returns 3-tuple containing the msgid
of the outstanding operation
ldap.ldapobject:
* LDAPObject.result2() (see above).
LDAPObject.result() uses LDAPObject.result2().
Ciao, Michael.
More information about the python-ldap
mailing list