https://issues.apache.org/bugzilla/show_bug.cgi?id=54927
Bug ID: 54927
Summary: htpasswd blocking bug with Linux and Windows
Product: Apache httpd-2
Version: 2.4.4
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: All
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
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 ;)
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]