ldap_str2dn() and ldap_dn2str() reentrant?
Michael Ströder <[email protected]> Mon, 10 May 2010 08:10:28 +0200
| Newsgroups | gmane.network.openldap.general |
|---|---|
| Message-ID | <[email protected]> |
HI! Routinely in the C module part of python-ldap all calls to libldap functions are wrapped by a thread lock. But I wonder whether that's really necessary for all of them, especially regarding ldap_str2dn() and ldap_dn2str(). Ciao, Michael.