ldap

M

mr.enx

sorry, i'm new with Python.
I must do interaction beetween Python and Ldap, and I don't know how
do this.
Searching on the web I know that exists PythonLdap, but I dont'know if
this is best choise or not.

Thank's
 
D

Diez B. Roggisch

sorry, i'm new with Python.
I must do interaction beetween Python and Ldap, and I don't know how
do this.
Searching on the web I know that exists PythonLdap, but I dont'know if
this is best choise or not.

Who cares? Use it, and see if it's good enough for your needs. Then, if not,
see if alternatives are better.

There seldomly is "the best" if there are several options, because the
details and quirks of various solutions might appeal to one and repulse
someone else. But nobody is going to know what *you* like best.

Diez
 
D

David Harrison

sorry, i'm new with Python.
I must do interaction beetween Python and Ldap, and I don't know how
do this.
Searching on the web I know that exists PythonLdap, but I dont'know if
this is best choise or not.

Thank's

I've used python-ldap for writing scripts to interact with LDAP
directories quite a few times, check it out here at the cheeseshop:

http://pypi.python.org/pypi/python-ldap/
 
M

Michael Ströder

Searching on the web I know that exists PythonLdap, but I dont'know if
this is best choise or not.

http://python-ldap.sf.net is the most complete implementation I know of.
(Being the maintainer I might be biased.) It has the caveat of depending
on the OpenLDAP client libs and possibly other libs (OpenSSL,
cyrus-sasl). So generating a binary build can be heavy work. For which
OSs are you developing and which kind of LDAP servers do you want to access?

Ciao, Michael.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top