Hi Michael, Thank you very much for your help. I will look at the exception handler and ReconnectLDAPObject. I see the multiple calls to add_ext and the different results, so you are right, it's me!
Thanks! Ron > -----Original Message----- > From: Michael Ströder > > Ron Teitelbaum wrote: > > > > You should examine your exception handler... > > > I've been getting errors: Can't contact LDAP server. But it appears > > that if > > I retry bind, or search, (and now add) after hitting this error it > > succeeds, > > which is why I added a retry handler. > > You might want to use yet undocumented ldapobject.ReconnectLDAPObject. > It does a good job for this particular problem. > > There are two calls of add_ext in there. > > > Any idea why I would get this result? > > Well, it's your code... ;-) > > Ciao, Michael. > ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Python-LDAP-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/python-ldap-dev
