Re: rlm_digest: cannot do "auth-int" digest authentication to work

2005-12-12 Thread Alan DeKok
Bruno Negrao <[EMAIL PROTECTED]> wrote: > The correct H(A1) for this case should be: "4f36886771c77832be5c5a8de5a7ec82" > instead of "3fe46a5fca36d79d9b5567e49a5b9fa1". OK, that code was mostly untested. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.

Re: rlm_digest: cannot do "auth-int" digest authentication to work

2005-12-12 Thread Bruno Negrao
Hi Alan, Thank you very much in answering. Since you confirmed it is a bug I'd like to let you know that my tests using MD5-sess algorithm also had failed. This time the error is when calculating the H(A1). Again, using the user 'bob' password 'zanzibar', when i run the following command: echo '

Re: rlm_digest: cannot do "auth-int" digest authentication to work

2005-12-12 Thread Alan DeKok
Bruno Negrao <[EMAIL PROTECTED]> wrote: > What is going wrong is the calculation of H(A2). See the output of "radiusd > -X" in response to that command above: ... > A2 =3D INVITE:sip:[EMAIL PROTECTED]:=C1=ED???=C4=A3=B1p=C0??[VNH That looks bad. > So, why is rlm_digest calculating it as "7a3ae8

rlm_digest: cannot do "auth-int" digest authentication to work

2005-12-12 Thread Bruno Negrao
Hi all,I'm testing the rlm_digest module in freeradius 1.0.5 to make a digest authentication.To test, I'm using radclient and I'm passing to it the Digest attributes in order to authenticate on the localhost. I'm using the command bellow to authenticate the user "bob" password "zanzibar" in my radi