http://www.perlmonks.org?node_id=1017716


in reply to Re^5: Obtaining Windows username from an intranet ActiveState Perl script
in thread Obtaining Windows username from an intranet ActiveState Perl script

I am running this script using Apache Web Server on Windows. I have tried the code that displays all variables inside of %ENV, but in terms of identifying the users that shows only their IP and not their username.
  • Comment on Re^6: Obtaining Windows username from an intranet ActiveState Perl script

Replies are listed 'Best First'.
Re^7: Obtaining Windows username from an intranet ActiveState Perl script
by Anonymous Monk on Feb 08, 2013 at 01:16 UTC

    but in terms of identifying the users that shows only their IP and not their username.

    Did you setup NTLM authentication on apache? For the URI where your program runs? What interface (mod_perl/cgi)?