this doesnt seem to work. Here's the code

print STDERR "Username given = ". $investor3->name .
"\n";

$r->connection->user($investor3->name);
$r->user($investor3->name);

I'm definitely seeing correct username's in the
logs...  

We have EmbPerl installed... Can this have anything to
do with it?

Marty

--- Geoffrey Young <[EMAIL PROTECTED]> wrote:

> Martin Moss wrote:
> > All,
> > 
> > I'm looking to ensure that an Authenticated user's
> > username is logged in our logfiles, along with a
> > cookie string..  I've had a quick look through
> google
> > and I'm currently finding that I should use %u for
> > username, but this is appearing blank... What do I
> > need to set in my Custome Authentication Handler
> to
> > ensure the username gets recorded...
> 
> well, if you're using a custom authentication
> handler then you need to 
> set $r->user to whatever username you authenticated.
>  there are other 
> things you need to do as well, but that should solve
> your immeditate 
> problem.
> 
> HTH
> 
> --Geoff
> 



        
        
                
___________________________________________________________ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com

Reply via email to