> > Thanks for the replies. > @Bill: the reason is we have some different database applications and users have to capture data and this applications run now in IIS and with C# as webservice. Impersonation and using each users credentials to connect to the database makes it easy to safe wich user modified wich data at wich data and select the appropriate data per user. We have to migrate this applications now to Apache and Python but up to now I've no idea to realize this impersonation thing because I've the remote_user, but I need a handle to the user token to use "win32security.ImpersonateLoggedOnUser(hObj)" within python.
My hope was to get some idea in wich direction I need to search, flask/werkzeug or wsgi or do I need maybe a special apache module to get this information within python. In C# it's done using the request object. The IIS stores within the request object also the user token and this is used to call the win32 function. Mario -- 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.
