Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 23329 invoked from network); 11 Aug 2005 10:42:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Aug 2005 10:42:14 -0000 Received: (qmail 99476 invoked by uid 500); 11 Aug 2005 10:41:56 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 99416 invoked by uid 500); 11 Aug 2005 10:41:55 -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 99302 invoked by uid 99); 11 Aug 2005 10:41:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 03:41:55 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 03:42:16 -0700 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j7BAfqaS000897; Thu, 11 Aug 2005 06:41:52 -0400 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j7BAfjV07909; Thu, 11 Aug 2005 06:41:46 -0400 Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.4/8.13.4/Submit) id j7BAfgHa001310; Thu, 11 Aug 2005 11:41:42 +0100 X-Authentication-Warning: radish.cambridge.redhat.com: jorton set sender to jorton@redhat.com using -f Date: Thu, 11 Aug 2005 11:41:41 +0100 From: Joe Orton To: marcel.kuiper@nl.abnamro.com Cc: users@httpd.apache.org Message-ID: <20050811104141.GA1094@redhat.com> Mail-Followup-To: marcel.kuiper@nl.abnamro.com, users@httpd.apache.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Authentication on Solaris fails when password > 8 chars and using MD5 encoded passwords (or digest) X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Thu, Aug 11, 2005 at 12:24:06PM +0200, marcel.kuiper@nl.abnamro.com wrote: > When replacing getpass() with getpassphrase() on Solaris (does the same but > with passwords up to 256 chars) all works fine but this is not a portable > solution I guess. > Another option would be truncating the password that the client had send to > 8 chars before validating (but many people like longer passwords for their > better strength) > > Any thoughts for a portable fix? 2.0.x (really, APR) will use getpassphrase() if available. Regards, joe --------------------------------------------------------------------- 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