Bug 54927 - htpasswd blocking bug with Linux and Windows
Summary: htpasswd blocking bug with Linux and Windows
Status: RESOLVED DUPLICATE of bug 54735
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: All (show other bugs)
Version: 2.4.4
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-04 03:56 UTC by Maxime
Modified: 2013-05-04 07:31 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maxime 2013-05-04 03:56:02 UTC
Hi,

I frequently use Apache and htpasswd utility, and with Apache 2.4.4 htpasswd seems to be broken.

Example (tried with Linux Fedora 18, and Windows 7 / 8) with MD5 password :

htpasswd -cm .htpasswd user_test

The .htpasswd generated don't works, Apache said to me "password mismatch" or similar.

With Apache 2.4.3, the .htpasswd works.

Same problem with clear text password :
htpasswd -cp .htpasswd user_test

With Apache 2.4.4 the password into .htpasswd is empty or false (I see specials characters and not the password in clear text).

With Apache 2.4.3, the the password into .htpasswd is clearly readable and works, in clear text.

Please, do you think you can fix that bug ?

Thank you ;)
Comment 1 Eric Covener 2013-05-04 05:19:29 UTC
fix ready for next 2.4 release, see 54735

*** This bug has been marked as a duplicate of bug 54735 ***
Comment 2 Maxime 2013-05-04 07:31:26 UTC
Sorry, after a search throught Bugzilla I didn't saw that duplicate ticket.

Thank you for your work.