Andreas Pauley wrote at 2006-5-2 15:57 +0200:
> ...
>I would like to know how I can get Apache to log the current Zope user.
>Here's an example from my Apache access_log:
>10.0.0.100 - - [02/May/2006:15:32:18 +0200] "GET / HTTP/1.1" 200 35721

Of course, you cannot, unless Apache performs the authentication.

When I remember right, then there is an Apache module (for modern
Apache versions) that allows authentication to be done by
an external system (e.g. LDAP or Zope).

If you use Apache for authentication, you can use "REMOTE_USER"
to inform Zope about the authenticated user.
Search the archive in order to find out about details.

-- 
Dieter
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to