Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 87616 invoked from network); 9 Oct 2008 14:11:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2008 14:11:56 -0000 Received: (qmail 75591 invoked by uid 500); 9 Oct 2008 14:11:55 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 75570 invoked by uid 500); 9 Oct 2008 14:11:55 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 75559 invoked by uid 99); 9 Oct 2008 14:11:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2008 07:11:55 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_SECURITYSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dave@dmi.me.uk designates 213.171.205.116 as permitted sender) Received: from [213.171.205.116] (HELO scaramanga.siterage.net) (213.171.205.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2008 14:10:51 +0000 Received: from localhost (scaramanga.siterage.net [127.0.0.1]) by localhost.akadia.com (SiteRage Mail Server) with ESMTP id B383ECECD for ; Thu, 9 Oct 2008 15:11:26 +0100 (BST) X-Spam-Score: -3.852 X-Spam-Level: Received: from scaramanga.siterage.net ([127.0.0.1]) by localhost (scaramanga.siterage.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id pZlV3b7pM074 for ; Thu, 9 Oct 2008 15:11:26 +0100 (BST) Received: from [192.168.201.2] (unknown [195.72.173.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by scaramanga.siterage.net (SiteRage Mail Server) with ESMTPSA id 47BA8CEC2 for ; Thu, 9 Oct 2008 15:11:26 +0100 (BST) Message-ID: <48EE110D.5050003@dmi.me.uk> Date: Thu, 09 Oct 2008 15:11:25 +0100 From: Dave Ingram User-Agent: Thunderbird 2.0.0.17 (X11/20080914) MIME-Version: 1.0 To: modules-dev@httpd.apache.org Subject: Logging authentication requests X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: NO X-Old-Spam-Status: No, score=-3.852 required=5 tests=[ALL_TRUSTED=-1.8, AWL=0.546, BAYES_00=-2.599, DNS_FROM_SECURITYSAGE=0.001] Hi all, Just thinking about logging... Is it currently possible to log authentication requests (ideally both success and failure, individually)? If not, is it possible? And where should the module fit into the authentication chain? Is this related to Rick Houser's earlier posts about "wrapping an existing hook"? Dave