On Jul 10, 2007, at 6:38 PM, michael wrote:

Hey, thanks for all the work on AuthKit.  I am slowly learning what
can be done with it.. and it is pretty cool.

Oh, its mostly James Gardners (thanks!!), I'm just working on it right now to add some additional auth methods (paid for by Prometheus Research, thanks!) and refactor other parts as I run across them.

It did not take long to figure out that the username is unicode.  I
isolated the functions and solved the problem on the python command
line by taking out the 'u'.

I thought maybe I was passing it that way so tried to
username.decode("ascii") before calling
request.environ['paste.auth_tkt.set_user'](username). did not work.

I realize that not all usernames will be ascii, so I am raising the
issue.

I'll take a look into fixing this.

Cheers,
Ben

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to