Chris Dukes wrote:
> While rewriting a nasty perl LDAP sync program in python I encountered
> one quirk with python-ldap that made my life a bit difficult. When
> doing asynchronous searches an ldap exception in result3() doesn't
> include 'msgid' in the info dict. Since I'm tracking pending work
And here is the patch cleaned up against python-ldap 2.3.10
Thanks,
Chris Dukes
Binary files python-ldap.TLS_PROTOCOL_MIN/build/lib.linux-i686-2.5/_ldap.so and python-ldap/build/lib.linux-i686-2.5/_ldap.so differ
Binary files python-ldap.TLS_PROTOCOL_MIN/dist/python_ldap-2.3.10-py2.5-linux-i686.eg
While rewriting a nasty perl LDAP sync program in python I encountered one
quirk with python-ldap that made my life a bit difficult. When doing
asynchronous searches an ldap exception in result3() doesn't include 'msgid'
in the info dict. Since I'm tracking pending work by the msgid of the
search