Re: Pass an NT IIS env variable to apache UNIX cgi ??

2002-12-12 Thread Mystik Gotan
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Pass an NT IIS env variable to apache UNIX cgi ?? Date: Wed, 11 Dec 2002 09:32:36 -0500 hopefully i can explain this correctly: I have a cgi script that users from NT workstations will access. the script runs on IIS server, so I am able to grab

Pass an NT IIS env variable to apache UNIX cgi ??

2002-12-11 Thread Kipp, James
hopefully i can explain this correctly: I have a cgi script that users from NT workstations will access. the script runs on IIS server, so I am able to grab the remote user name, like this: (my $user = lc($ENV{'REMOTE_USER'}) ) =~ s/.*?\\//; $user will match the users account name on a UNIX