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. Thanks, Brett