RE: [squid-users] External Authenticator help!

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Sat, 10 Apr 2004 23:28:59 +0200 (CEST)

On Sat, 10 Apr 2004, Prash wrote:

> My Value:
> perl -e 'use Digest::MD5 qw(md5_hex); my $value = md5_hex(join(":",
> "78069102","Cyber","h6VOPgOfY1")); print "$value\n";'
> 4c9a61f233ef81a598b2fe0ce3c3e111
>
> HTDIGEST Value:
>
> $htdigest -c ./me.passwd 78069102 Cyber
> Adding password for Cyber in realm 78069102.

Is this really what you intended? It is opposite to your calculation
above, and using '78069102' as realm looks a little odd..

By switching the user and realm into what I think is your intended then
htdigest does give the expected output:

$ htdigest -c passwd Cyber 78069102
Adding password for 78069102 in realm Cyber.
New password:
Re-type new password:
$ cat passwd
78069102:Cyber:4c9a61f233ef81a598b2fe0ce3c3e111

Regards
Henrik
Received on Sat Apr 10 2004 - 15:29:03 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Apr 30 2004 - 12:00:02 MDT