python ldap recursive

Steven D'Aprano steve-REMOVE-THIS at cybersource.com.au
Tue Jul 13 23:43:41 EDT 2010


On Tue, 13 Jul 2010 18:15:58 -0700, tekion wrote:

> Hi,
> I know perl Net::LDAP could do a recursive search call to LDAP.   What I
> am running into with Python LDAP on the search call is that I would l
> have to wait for the search to complete to get the result.  Where as
> with Perl recursive search call,  I would get the result (not the
> completed result) back while the search is still running.  Does any know
> if we have something like this in Python LDAP module?  Thanks.

What Python LDAP module are you using?



-- 
Steven



More information about the Python-list mailing list