[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ldap_str2dn() and ldap_dn2str() reentrant?
- To: openldap-software@OpenLDAP.org
- Subject: ldap_str2dn() and ldap_dn2str() reentrant?
- From: Michael Ströder <michael@stroeder.com>
- Date: Mon, 10 May 2010 08:10:28 +0200
- User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100504 Lightning/1.0b1 SeaMonkey/2.0.5
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.