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

Stefan Fritsch <[email protected]> changed:

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

--- Comment #1 from Stefan Fritsch <[email protected]> ---
(In reply to comment #0)
> htpasswd -c username 

That's not a valid command line. You mean

htpasswd -c conf/htpasswd username

? But this works for me. Can you post the contents of the created file?


> never generates a correct hashed password.
> htpasswd -nb username pass > conf/htpasswd
> has to be used instead.
> Tested with md5 and plain password, even last one are not created correctly.
> Of course autentication fails with first method and works with second one.

Plain passwords do not work under Unix (as hinted by the help text).

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