Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 87422 invoked from network); 27 Sep 2007 15:42:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Sep 2007 15:42:13 -0000 Received: (qmail 29318 invoked by uid 500); 27 Sep 2007 15:41:58 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 29271 invoked by uid 500); 27 Sep 2007 15:41:58 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 29260 invoked by uid 99); 27 Sep 2007 15:41:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2007 08:41:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 27 Sep 2007 15:42:08 +0000 Received: (qmail 87144 invoked by uid 2161); 27 Sep 2007 15:41:47 -0000 Received: from [192.168.2.4] (euler.heimnetz.de [192.168.2.4]) by cerberus.heimnetz.de (Postfix on SuSE Linux 7.0 (i386)) with ESMTP id A2E1E1721C for ; Thu, 27 Sep 2007 17:41:36 +0200 (CEST) Message-ID: <46FBCF42.2030201@apache.org> Date: Thu, 27 Sep 2007 17:41:54 +0200 From: Ruediger Pluem User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: FakeBasicAuth changes References: <46FA839C.2090500@gmail.com> <1190879881.25267.5.camel@henriknordstrom.net> <46FA81B5.3030809@gmail.com> In-Reply-To: <46FA81B5.3030809@gmail.com> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org On 09/26/2007 05:58 PM, Nick Gearls wrote: > My Base64 decoder did not decode it :-( > > Anyway, I always get 'user /...: authentication failure for "/path/": > Password Mismatch', although my password file looks correct: > /C=BE/ST=Belgium/L=Brussels/O=Approach Belgium/OU=Apache test > certificate/CN=127.0.0.1:xxj31ZMTZzkVA > > Does 2.2.6 it use another hash algorithm by default or so ? 1. What is your platform? 2. Have you tried with the md5 password ($apr1$nvFsZ/..$kPIYJ444oUVBALuYT2nZJ0) or the SHA password ({SHA}W6ph5Mm5Pz8GgiULbPgzG37mj9g=)? Regards R�diger