Rich Megginson wrote:
>   On 03/06/2011 06:14 PM, Chaos Eternal wrote:
>>
>> should we re-implement python-ldap on pyasn and get rid of depends on
>> openldap libs?
>>
> I vote no.  Why would you want to do that?  How would you implement
> TLS/SSL?  How would you implement SASL/GSSAPI?  How would you keep up
> with openldap client library development, which is the reference
> standard for LDAP in the FOSS world?

David and me already thought about this two years ago. And for the same
reasons Rich mentioned I won't go that route because it's simply too much work
to get it right. Additionally there's the performance aspect.

BTW: There is already a pure-Python LDAP module called 'ldaptor'.
http://eagain.net/talks/ldaptor/index.html

But I'm currently using pyasn1 for certain LDAPv3 extended operations/controls
and therefore I am thinking about adding some of the basic LDAP-related ASN.1
stuff to python-ldap 2.4.x. But this would introduce a dependency on pyasn1.
Pros/Cons?

Ciao, Michael.

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Python-LDAP-dev mailing list
Python-LDAP-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/python-ldap-dev

Reply via email to