At 09:55 28.08.2002, Brett Hales wrote:
>I have a mod_perl cgi script that I would like to get the username from
>the Apache server. The apache server successfully authenticates the
>client using Apache::AuthenSmb.
>
>How do I get this environment variable (the username) from apache into a
>variable in the perl script.

It's $ENV{REMOTE_USER} or $r->user


-- 
Per Einar Ellefsen
[EMAIL PROTECTED]


Reply via email to