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 fol
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:
m
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)