> 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.
>
$r->connection->user(), or $ENV{REMOTE_USER} if you're in CGI emulation
--
Eric
- authenticated user Adam Gotheridge
- Re: authenticated user Michael Finke
- Re: authenticated user Roger Grayson
- Eric Cholet
