|
From: Michael <mi...@st...> - 2001-12-22 13:47:11
|
David Leonard wrote: > > i note you left in simple_bind_s() ??? No, I didn't. > probably because from my reading of > the openldap source code, it shows that some complicated things happen at > the end of it that don't happen in simple_bind() Ooops. I have to check that. > however, i do see how having a python-level wrapper is a good thing > (allows subclassing, locks, custom tracing) BTW: Shall the tread lock always be used or should we really have a keyword parameter in open()/initialize()? Anyway I will check in some code in ldapobject.py today to make sure it works without thread support in the local Python installation. Ciao, Michael. |