Hi, I am using a PHP application and a Python auth script through the Apache webserver. Right now I am using mod_python which I want to replace with mod_wsgi (for various reasons). One issue I have with mod_wsgi is that I don't know how to modify the username (REMOTE_USER) in a WSGIAuthUserScript.
In mod_python I could simply change *request.user* to any value and PHP would use this value in $_SERVER['REMOTE_USER']. How would I do this in the check_password() function of a wsgi script? Regards, Frederik -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
