Ok, it works now.
Thank you Christoph, for your help.
j
Christoph Zwerschke wrote:
Am 20.07.2011 17:17 schrieb jo:
Here is the code:
...
ldapcon = ldap.initialize('ldap://%s'%self.host)
filter = "(%s=%s)" % (self.filter_id,user_name)
rc = ldapcon.search(self.basedn, ldap.SCOPE_SUBTREE, filter)
I guess the problem is that you don't bind to the ldap server before
searching. This would only work if the server allows anonymous search
access. Otherwise you need to do a ldapcon.simple_bind_s(binddn,
bindpw) where binddn is what you usually pass to ldap_search with the
-D option and bindpw the password you pass with the -w option.
Make these configurable like the other settings, catch
ldap.INVALID_CREDENTIALS for the bind command, and do an
ldapcon.unbind_s() at the end.
-- Christoph
--
Jose Soares
Sferacarta Net
Via Bazzanese 69
40033 Casalecchio di Reno
Bologna - Italy
Ph +39051591054
fax +390516131537
web:www.sferacarta.com
Le informazioni contenute nella presente mail ed in ogni eventuale file
allegato sono riservate e, comunque, destinate esclusivamente alla persona o
ente sopraindicati, ai sensi del decreto legislativo 30 giugno 2003, n. 196. La
diffusione, distribuzione e/o copiatura della mail trasmessa, da parte di
qualsiasi soggetto diverso dal destinatario, sono vietate. La correttezza,
l’integrità e la sicurezza della presente mail non possono essere garantite. Se
avete ricevuto questa mail per errore, Vi preghiamo di contattarci
immediatamente e di eliminarla. Grazie.
This communication is intended only for use by the addressee, pursuant to
legislative decree 30 June 2003, n. 196. It may contain confidential or
privileged information. You should not copy or use it to disclose its contents
to any other person. Transmission cannot be guaranteed to be error-free,
complete and secure. If you are not the intended recipient and receive this
communication unintentionally, please inform us immediately and then delete
this message from your system. Thank you.
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en.