|
From: Hans A. <Han...@Ph...> - 2002-03-11 11:22:08
|
Hi all, I'm new to this list, but as far as I can see from the archives (and from the source, of course), SASL binds are still on the TODO list for python-ldap. A few days ago I started experimenting with this topic, and I succeeded in doing SASL binds from python. However, my sasl_bind_s() method for the ldap class is at the moment only a proof of concept and has many shortcomings (works only with the gssapi-method or methods which do not require user interaction, links to a "private" openldap lib (liblutil.a), does not implement interaction callbacks, to name only a few). However, I am not really an experienced C programmer, and I think I would need some help with several topics (memory management, how to do callbacks to user-supplied python functions from C, and so on). Thanks, Hans -- Han...@Ph... |