Hello,

I'm about to migrate an old mod_python PythonAuthenHandler to an 
WSGIAuthUserScript

In PythonAuthenHandler I could do something like this to mappe the name of 
the authenticated user:

def authenhandler(req):
    ....
    req.user="newname"

Now with WSGIAuthUserScript a change of the user variable does not seem to 
end up in the REMOTE_USER environment variable
of the script generating the actual web-page.

Any Idea on how to do this?

Sven

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to