From: Ken K. <key...@KS...> - 2004-05-05 20:32:39
|
> Don't do this! The OpenLDAP libs are not re-entrant within one connection > context. See OpenLDAP mailings list archives for details. > Ahh. This is the crux of my problem! I was working on the mistaken assumption that the ldap_r library verion was fully (operational) thread-safe. As you can tell, I'm a newbie to LDAP as well as Python. Thanks for saving me from myself! K^2 |