Hi!

I´m trying to set the REMOTE_USER key in the environ object from a
middleware that I wrote like this:

 environ['REMOTE_USER'] = "sharriff" # test 1
 environ['paste.auth_tkt.set_user']("shadow") #test2

both methods do not work, I get key errors in my controllers. Coulsd
someone tell me how this should be done?

Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to