Bug in LDAPObject.c, l_ldap_result()

Michael Ströder michael at stroeder.com
Mon Jul 1 02:31:27 CEST 2002


Derrick 'dman' Hudson wrote:
 >
> -       pmsg = Py_None;
> +       pmsg = LDAPmessage_to_python( self->ldap, msg );
> 
> It really does help to not ignore the data that's returned :-).

There's still something wrong with that when a search continuation 
is returned. It simply does not return the last empty search 
result which terminates the while loop.

Strange enough it works from web2ldap but not from a simple demo 
using ldap.async. Hmm...

Ciao, Michael.






More information about the python-ldap mailing list