I cannot get a usable password out of htpasswd.
If I type
htpasswd -c passwordfile me
and enter "my" for the password, I get
me:rrkKqy8tj/4SA
as the resulting file. I post that to see comparisons from others.
But when I put that into my .htpasswd file, I failed authorisation every time.
However I can replace this line with a line from another .htpasswd file I have from another unix system (to which I no longer have access), and that password DOES work, so I believe the authentication process is intact, but the password generation process is what is broken.
I have tried the various options, including plaintext, to no avail.
10.1.3
Other threads suggest that people have gotten it to work.
Ideas?
Thanks,
Mike
If I type
htpasswd -c passwordfile me
and enter "my" for the password, I get
me:rrkKqy8tj/4SA
as the resulting file. I post that to see comparisons from others.
But when I put that into my .htpasswd file, I failed authorisation every time.
However I can replace this line with a line from another .htpasswd file I have from another unix system (to which I no longer have access), and that password DOES work, so I believe the authentication process is intact, but the password generation process is what is broken.
I have tried the various options, including plaintext, to no avail.
10.1.3
Other threads suggest that people have gotten it to work.
Ideas?
Thanks,
Mike