Re: Module mod_log_config and custom Auth

2005-10-03 Thread Geoffrey Young
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

Re: Module mod_log_config and custom Auth

2005-10-03 Thread Martin Moss
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

RE: Module mod_log_config and custom Auth

2005-10-03 Thread Gerald Richter
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?