Re: [Tutor] CGI script: get the client user

2007-01-10 Thread Danny Yoo
On Wed, 10 Jan 2007, [EMAIL PROTECTED] wrote: > I have some python CGI scripts running in an intranet. > > I would like to get the user of the client browser to use it as an input > in the script, so it can show the the data related to that user. > > There is the function getpass.getuser() that

[Tutor] CGI script: get the client user

2007-01-10 Thread paulino1
I have some python CGI scripts running in an intranet. I would like to get the user of the client browser to use it as an input in the script, so it can show the the data related to that user. There is the function getpass.getuser() that would return the user logged in the server. Is it possible