SASL (part 3)

Hans Aschauer Hans.Aschauer at Physik.uni-muenchen.de
Wed Mar 27 16:34:19 CET 2002


On Wednesday, 27. March 2002 15:42, Michael Ströder wrote:

> No problem to give you write access to the CVS tree. But please don't
> check this in as is.

Ack.

> I need some time to comment. I hope to get back this easter weekend.
> Up to now I just had the chance to glance over it. E.g. I'd like to
> see an own class for SASL mechanisms in a separate sub-module
> ldap.sasl.

That's fine. Could someone please give me a hand with the distutil 
stuff? (Joe?) 

[...]

[schema support]

> Make sure to place it in a different sub-module - at least the Python
> interface part for it.

At the moment, I have no plans for an high-level python interface. What 
I plan to do (and have paritally done) is a simple wrapper for the C 
functions in ldap_schema (i.e. str2objectclass and friends). Is it ok 
to just plug these wrappers into function.c? Saves some hazzles with 
distutlis... 

Probably it would be necessary to plug this into the 
Lib/ldap/functions.py mechanism, right? I am not really sure if the 
underlying C functions are thread safe...


For example:




More information about the python-ldap mailing list