
Calab
Novice

Aug 28, 2012, 9:51 PM
Post #1 of 6
(880 views)
|
|
Can I find the username of someone accessing a perl script on our webserver?
|
Can't Post
|
|
I'd like to log the usernames of those who are running the scripts that I am creating. In Perl, is there any way to determine the username of the person who is running my script? Some givens... - The scripts are only run through a web server. - The web server is Apache 2, on a Linux 2.6.18-30 machine. - All users are members of our Windows domain. In ASP, I would use Request.ServerVariables ("LOGON_USER").
|