Alan thanks for fast replies.

I installed again freeradius-0.9.3
radiusclient -4.8

i have created file digest: inside this file i have :

User-Name = "test", Digest-Response = "631d6d73147add2f9e437f59bbc3aeb7", 
Digest-Realm = "testrealm", Digest-Nonce = "1234abcd" , 
Digest-Method = "INVITE", Digest-URI = "sip:[EMAIL PROTECTED]", 
Digest-Algorithm = "MD5", Digest-User-Name = "test"

inside raddb/users i have :
test Auth-Type := Digest, User-Password == "test"
     Reply-Message = "Hello, test with digest"

I am running just installation test:
 radclient -f digest localhost 1645 auth testing123

radclient:No token read where we expected an attribute name

what it can be ??

If there any way i can remove totally the installations of all
radiusclients and freeradiuses, and reinstall them ??



On 4/15/05, Alan DeKok <[EMAIL PROTECTED]> wrote:
> Alex <[EMAIL PROTECTED]> wrote:
> > I have file digest:
> > ---------------------------------------
> > User-Name = "test", Digest-Response = "631d6d73147add2f9e437f59bbc3aeb7...
> ...
> > in the debug of the radius server i receive that error:
> > ----------------------------------------------------------------------
> > rad_recv: Access-Request packet from host 127.0.0.1:32842, id=115, length=56
> >         User-Name = "test"
> >         User-Password = "test"
> 
>  Ok... you have the file "digest" WITHOUT a User-Pasword attribute in
> it, but the RADIUS server receives a RADIUS request WITH a
> User-Password attribute.
> 
>  Either something very weird is happening, or you're not sending the
> "digest" file to the server.
> 
> >   rad_check_password:  Found Auth-Type Digest
> > auth: type "digest"
> > modcall: entering group authenticate
> >
> > ******ERROR: No Digest-Nonce: Cannot perform Digest authentication******
> 
>   You set "Auth-Type := Digest" for a packet which had no digest
> attributes in it.  Don't do that.
> 
>  Alan DeKok.
> 
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to