Adam Gotheridge wrote:
> 
> How do I get the username someone entered in a http authentication prompt?
> 
> I got authDBI working, but I can't figure out hot to access the user name which
> was passed so that I can use it in further sql-dml statements.

sub handler {
   my $r = shift;
   my $user_id = $r->connection->user;
   
}
-- 
...............................................................
Roger Grayson - Software Developer
Physical Verification Runset Center
System-on-a-chip Design Technology - Motorola, Inc. - Austin TX
Phone#(work): (512)996-7302 
email: [EMAIL PROTECTED]
...............................................................

Reply via email to