Re: [Twisted-Python] LDAP binds appears to succeed with no password

2010-07-30 Thread Peter Westlake
On Fri, 30 Jul 2010 13:55 +0200, "Alan Franzoni" wrote: > On 7/30/10 12:54 PM, Peter Westlake wrote: > > I'm using LDAP to authenticate users, and when I give it an empty > > password, it appears to succeed! Can anyone see what I'm doing wrong? > > I've added comments by the log messages that appe

Re: [Twisted-Python] LDAP binds appears to succeed with no password

2010-07-30 Thread Alan Franzoni
On 7/30/10 12:54 PM, Peter Westlake wrote: > I'm using LDAP to authenticate users, and when I give it an empty > password, it appears to succeed! Can anyone see what I'm doing wrong? > I've added comments by the log messages that appear in the output. Please post the full code, including how you'r

[Twisted-Python] LDAP binds appears to succeed with no password

2010-07-30 Thread Peter Westlake
I'm using LDAP to authenticate users, and when I give it an empty password, it appears to succeed! Can anyone see what I'm doing wrong? I've added comments by the log messages that appear in the output. Peter. from twisted.internet import reactor, defer from ldaptor.protocols.ldap import ldapclie