Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 43041 invoked from network); 18 Jun 2009 11:54:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jun 2009 11:54:29 -0000 Received: (qmail 99733 invoked by uid 500); 18 Jun 2009 11:54:40 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 99672 invoked by uid 500); 18 Jun 2009 11:54:40 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 99651 invoked by uid 99); 18 Jun 2009 11:54:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 11:54:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 11:54:35 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id B73EF234C045; Thu, 18 Jun 2009 04:54:15 -0700 (PDT) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 46152] access allowed if password matches first seven characters of real password X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: mod_auth X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: poirier@pobox.com X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status In-Reply-To: References: Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20090618115415.B73EF234C045@brutus.apache.org> Date: Thu, 18 Jun 2009 04:54:15 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=46152 Dan Poirier changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Dan Poirier 2009-06-18 04:54:14 PST --- The doc for htpasswd on 2.2 and trunk does say that when encrypted using crypt() (the default), only the first 8 characters of the password are used. That might have been added since your bug report, I don't know. Are you sure it's 7 and not 8 characters? Both the htpasswd doc, and the crypt(3) man page, say that 8 characters are used. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org