Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: CGI Page and REMOTE_USER environment variable

by Anonymous Monk
on Nov 09, 2012 at 12:20 UTC ( [id://1003109]=note: print w/replies, xml ) Need Help??


in reply to Re: CGI Page and REMOTE_USER environment variable
in thread CGI Page and REMOTE_USER environment variable

my $q = CGI->new(); #my $UserID = $ENV{"REMOTE_USER"}; my $UserID = $q->remote_user(); print $q->header(); if($UserID){ print "User:<b>$UserID</b>"; }
I get nothing in the page and the same error in the logs.

Replies are listed 'Best First'.
Re^3: CGI Page and REMOTE_USER environment variable
by karlgoethebier (Abbot) on Nov 09, 2012 at 12:28 UTC

    It works for me (with shebang) on IE and Firefox.

    Smells like Apache2-AuthenNTLM

    «The Crux of the Biscuit is the Apostrophe»

      This is the module apache is using. Are you using this? If not can I get this to work without using this?

        No.Perhaps you take a look at this for some further information.

        Regards, Karl

        «The Crux of the Biscuit is the Apostrophe»

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1003109]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-24 04:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found