[EMAIL PROTECTED] mod_perl, PerlAuthenHandler and REMOTE_USER

2008-02-13 Thread Neil A. Hillard
Hi, I've been having a dabble, using a perl module to handle some of our authentication requirements. I have the perl auth handler working successfully but the username is not logged in access_log. I have the following code in my perl module: my $username = test_user; $r-user($username);

Re: [EMAIL PROTECTED] mod_perl, PerlAuthenHandler and REMOTE_USER

2008-02-13 Thread Neil A. Hillard
Craig, Craig Dunigan wrote: On Wed, 13 Feb 2008, Neil A. Hillard wrote: Hi, I've been having a dabble, using a perl module to handle some of our authentication requirements. I have the perl auth handler working successfully but the username is not logged in access_log. I have the

Re: [EMAIL PROTECTED] mod_perl, PerlAuthenHandler and REMOTE_USER

2008-02-13 Thread Craig Dunigan
On Wed, 13 Feb 2008, Neil A. Hillard wrote: Hi, I've been having a dabble, using a perl module to handle some of our authentication requirements. I have the perl auth handler working successfully but the username is not logged in access_log. I have the following code in my perl module: