From: Mark R. <mr...@ok...> - 2004-12-14 15:55:57
|
On Tue, 2004-12-14 at 08:59 +0100, Michael Str=F6der wrote: > Mark Roach wrote: > > except: > > print "Died on iteration %d" % (i) > > print out > > break >=20 > You're catching all LDAP error exceptions here without printing them. Good point. I made some modifications (attached). I have attached the output from a few iterations. In order to test where in the ldap/sasl/python stack the problem is coming from, I also patched ldapsearch.c to run the same queries. It seems to work just fine. The patch is attached. Thanks again, Mark |