Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 14327 invoked from network); 24 Nov 2006 19:49:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Nov 2006 19:49:33 -0000 Received: (qmail 24538 invoked by uid 500); 24 Nov 2006 19:49:33 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 24192 invoked by uid 500); 24 Nov 2006 19:49:31 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 24177 invoked by uid 99); 24 Nov 2006 19:49:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Nov 2006 11:49:31 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of neil.hillard@agustawestland.com designates 194.169.33.45 as permitted sender) Received: from [194.169.33.45] (HELO smtp.whl.co.uk) (194.169.33.45) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Nov 2006 11:49:19 -0800 Received: from mail-internal.whl.co.uk ([192.168.255.200] helo=cesium.whl.co.uk) by smtp.whl.co.uk with esmtp (Exim 4.43) id 1GnYP5-0001P1-3v for users@httpd.apache.org; Fri, 24 Nov 2006 10:35:46 +0000 Received: from mc1000-int.gkn-whl.co.uk ([192.168.255.250]) by cesium.whl.co.uk with esmtp (Exim 4.43) id 1GnYOU-0006de-Ps; Fri, 24 Nov 2006 10:34:54 +0000 Message-ID: <4566CA53.1050504@whl.co.uk> Date: Fri, 24 Nov 2006 10:32:51 +0000 From: "Neil A. Hillard" User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: users@httpd.apache.org X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Do-Not-Run: Yes X-SA-Exim-Connect-IP: 192.168.255.200 X-SA-Exim-Mail-From: neil.hillard@agustawestland.com X-SA-Exim-Scanned: No (on smtp.whl.co.uk); SAEximRunCond expanded to false X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] mod_tkt_auth and RequestHeader problem... Hi, I'm looking at resolving an internal authentication issue we have and I'm currently having a problem with mod_auth_tkt and the RequestHeader. mod_auth_tkt has been successfully configured. I'm generating the appropriate cookie, mod_auth_tkt is seeing it and setting the REMOTE_USER header appropriately (which can be seen by a local PHP script). I need to pass this value in a custom header to a backend web server and that's where the problem lies. My configuration is: TKTAuthCookieName sso TKTAuthIgnoreIP on TKTAuthLoginURL http://server.domain.co.uk/login/ require valid-user # # Add the authenticated user to the request header # RewriteRule .* - [env=RU:%{LA-U:REMOTE_USER}] RequestHeader set X-PRIVATE-Authenticated-User %{RU}e The value of X-PRIVATE-Authenticated-User as seen by the backend server is always '(null)'. I've successfully used the same two lines when using mod_auth_ldap so suspect that it's something that mod_auth_tkt is (or isn't) doing. Any assistance or advice would be appreciated. Many thanks in advance, Neil. -- Neil Hillard neil.hillard@agustawestland.com AgustaWestland http://www.whl.co.uk/ Disclaimer: This message does not necessarily reflect the views of Westland Helicopters Ltd. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org