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

