Fredrik Melander wrote:
> first of all - I noticed (a bit too late) that this actually is the
> developer-list (although a user-list doesn't seem to exist). I want to
> take the opportunity to thank you for taking time to answer my trivial
> questions in spite of this. Much appreciated!
There's on
Fredrik Melander wrote:
> From the command line (ldapsearch) I've got no problem becoming whatever
> I want. The python-ldap module on the other hand gives me *almost*
> anything I want. The only thing that I seem to not be able to get is the
> DN.
The 2-tuples returned by ldap_search_s() etc. are
Hello, list!
I'm sure I'm overlooking something fairly obvious her, and I'm hoping
that somebody here can point me in the right direction. We have a small
ldap-server running here and I've now been given the honor of writing a
small Python program to interact with it.
>From the command line (ldaps