You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/03/20 23:20:58 UTC

[Bug 54735] htpasswd creates wrong passfile

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

Stefan Fritsch <sf...@sfritsch.de> changed:

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

--- Comment #1 from Stefan Fritsch <sf...@sfritsch.de> ---
(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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org