Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 79780 invoked from network); 26 Sep 2007 10:01:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2007 10:01:20 -0000 Received: (qmail 46946 invoked by uid 500); 26 Sep 2007 10:00:59 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 46925 invoked by uid 500); 26 Sep 2007 10:00:59 -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 46914 invoked by uid 99); 26 Sep 2007 10:00:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 03:00:59 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [193.109.184.78] (HELO kim.schedom-europe.net) (193.109.184.78) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 26 Sep 2007 10:00:59 +0000 Received: (qmail 7913 invoked from network); 26 Sep 2007 10:00:38 -0000 Received: from unknown (HELO axsguard.vanmeerbeek.net) (83.101.4.124) by kim.schedom-europe.net with SMTP; 26 Sep 2007 10:00:38 -0000 Received: from localhost (localhost [127.0.0.1]) by axsguard.vanmeerbeek.net (Postfix) with ESMTP id 7E22A94025 for ; Wed, 26 Sep 2007 12:00:31 +0200 (CEST) Received: from LAPPVBE (unknown [192.168.5.126]) by axsguard.vanmeerbeek.net (Postfix) with ESMTP id 3A53D94024 for ; Wed, 26 Sep 2007 12:00:14 +0200 (CEST) From: "Pieter Vanmeerbeek" To: Date: Wed, 26 Sep 2007 12:00:09 +0200 Message-ID: <002d01c80024$06a66550$7e05a8c0@vasco.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcgAI/dKHt3FIL/OQWud1lQBun7ziA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Scanned-By: aXs GUARD (http://www.axsguard.com) X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Header set & WWW-Authenticate Hi, I'm working with the following setup : Client <-- internet--> apache reverse proxy <--lan--> owa 2003 with NTLM & basic authenticaton activated When using this setup the NTLM authentication is chosen by a browser on the client instead of the basic authentication. My goal is to use basic authentication and to disable NTLM authentication. Unfortunalty due to circumstances I cannot disable it on the owa server itself. Hence I was searching for a way to achief the same result using the reverse proxy. In the apache doc I found the Header directive which allows modification of headers if they exist. So I'm getting the following headers from the IIS : WWW-Authenticate: Negotiate WWW-Authenticate: NTLM WWW-Authenticate: Basic realm="x.x.x.x" And I want to only comminicate the basic one to the client. When using Header unset WWW-Authenticate all headers are removed resulting in an error since no authentication is performed. So I wanted to use the Header edit option which allows modification in the header exists Header edit WWW-Authenticate: ^NTLM dummy Unfortunatly doing this results in removal of all WWW-Authenticate headers except for the Negotiate instead of modification of the headers. Headers sent to client : WWW-Authenticate: Negotiate Can anyone help me and tell me what I'm doing wrong? Kind regards Pieter --------------------------------------------------------------------- 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