https://issues.apache.org/bugzilla/show_bug.cgi?id=54735

Marco <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #2 from Marco <[email protected]> ---
password used is "test" 

/usr/local/apache2/conf# ../bin/htpasswd -c testpasswdfile username
New password: 
Re-type new password: 
Adding password for user username
/usr/local/apache2/conf# cat testpasswdfile           
username:$apr1$GvGApC2k$aW7v79G7y8ElbO/ZjoAOz1

/usr/local/apache2/conf# ./bin/htpasswd -cp testpasswdfile username
Warning: storing passwords as plain text might just not work on this platform.
New password: 
Re-type new password: 
Adding password for user username
/usr/local/apache2/conf# cat testpasswdfile 
username:P%m6�

/usr/local/apache2/conf# ../bin/htpasswd -bnp username test
Warning: storing passwords as plain text might just not work on this platform.
username:test


Yes sorry about the wrong commandline. What i meant about plain password was
that even those plain aren't created correctly when prompted. Although it might
not work as the tool says, it should anyway write a correct file.

I provide you more hashes
username:$apr1$QnVANHT3$hMtF7Eu1pFw0KAWSROiOy.   < test used as password
username:$apr1$UNe/gu.y$u.0Y03o4WbpCNTQe8n5tV0   < test used as password
username:$apr1$1gG7fHEq$/EVL3lXjfQ/fazeoiloDw1   < notworking used as password

-- 
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]

Reply via email to