The Catalyst::Plugin::Authentication::Store::HTTP modules you pointed to seem to be for using Catalyst as a controller to access remote (not my own) web sites that
use HTTP  authentication (basic, Digest, NTLM).

In my case I am using

Authenticaiton::Store::DBIC

so, the question is: How do I tell Apache who my authenticated user is. I only wish
to have this to be a part of the normal Apache access_log (my own).

Thanks for that pointer, but I am still looking for a solution.

Mitch Jackson wrote:
Apache logs will show usernames if the user is authenticated via HTTP
Authentication (.htaccess).  This might not be quite what you're
looking for, but maybe it's a step in the right direction.
http://search.cpan.org/search?query=Catalyst%3A%3APlugin%3A%3AAuthentication%3A%3AStore%3A%3AHTTP&mode=all

/Mitch

On Tue, Apr 29, 2008 at 1:10 PM, Kutbuddin Doctor <[EMAIL PROTECTED]> wrote:
Hi,

 I am using the plugins :

 Authentication
 Authenticaiton::Store::DBIC
 ... (and also)
 Session
 Session::Store::FastMmap

 I am running Catalyst via FastCGI and Apache:

 FastCgiServer /blah/blah/AI/script/ai_fastcgi.pl -processes 3
 (line in the httpd.conf file)

 The default Apache access_log file I am using is:
 LogFormat "%h %l %u %t \"%r\" %>s %b" common

 I would like the Authenticated user to show up in this log file. How can
 I do this? Somehow, there must be a way for Catalyst to report a
 username to Apache.

 thanks,
 Kutbuddin

 --
 Kutbuddin Doctor, PhD
 Burnham Institute for Medical Research




 _______________________________________________
 List: [email protected]
 Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
 Searchable archive: http://www.mail-archive.com/[email protected]/
 Dev site: http://dev.catalyst.perl.org/


_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/




--
Kutbuddin Doctor, PhD
Burnham Institute for Medical Research




_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to