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
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