On 10/9/06, skip <[EMAIL PROTECTED]> wrote: > > hi all, > > I am making a control panel application that will do things like let > people change their unix password and view a list of their files. > > Is there some technique/method/something I can google for which will > enable me to effectively set the unix user running the script to the > user logged in?
If your script is initially running as root, you can use os.seteuid. That's the only thing I can think of. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss -~----------~----~----~----~------~----~------~--~---
