ah .. stupid me! I'm embarrassed now.
Thanks for pointing that, Henrik. Great help as usual.
-----Original Message-----
From: Henrik Nordstrom [mailto:hno@squid-cache.org]
Sent: 10 April 2004 22:29
To: Prash
Cc: Henrik Nordstrom; squid-users@squid-cache.org
Subject: RE: [squid-users] External Authenticator help!
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 - 18:10:56 MDT
This archive was generated by hypermail pre-2.1.9 : Fri Apr 30 2004 - 12:00:02 MDT