Hi,
I have written a small utility function to replace
"twisted.web.client.getPage", to be able to read the response header.
I have to say that the ever improving documentation made it quite easy for
me to do it using the new twisted.web.client.Agent, so well done to all!
Since my wrapper works
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
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
On Fri, 2010-07-30 at 11:28 +0100, Michele - wrote:
> Hi,
>
>
> I have written a small utility function to replace
> "twisted.web.client.getPage", to be able to read the response header.
>
>
> I have to say that the ever improving documentation made it quite easy
> for me to do it using the new
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
HiĀ Itamar,
Thanks for the hint, it took me a while to make it work but it does do
the job very well.
For future reference to the thread readers, the bytes to skip are the
first 10 of the first set of data received by the protocol.
Thanks again
Michele
_
FYI - I went to a presentation on Nova/OpenStack
https://launchpad.net/nova
They use Twisted and they are planning on taking out Tornado. You can run
your own amazon using Twisted.
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://
Hi Alvin - I understand they've been using both Tornado and Twisted... did
they elaborate on their decision to remove Tornado? Will the features
supported by Tornado be reimplemented with Twisted?
Thanks
D
On 31 July 2010 16:56, Alvin Wang wrote:
> FYI - I went to a presentation on Nova/OpenSt