RE: How to handle non digest messeg if Auth-Type is set to Digest?

2006-07-28 Thread GlobeInPhotos
No. It is IMPOSSIBLE for Auth-Type to be in a RADIUS packet. I've commented line in users file #DEFAULT Auth-Type := Digest But now I've got following message if non-digest message arrive: rad_recv: Access-Request packet from host 153.19.130.250:46963, id=190, length=80 User-Name =

Re: How to handle non digest messeg if Auth-Type is set to Digest?

2006-07-28 Thread Phil Mayers
GlobeInPhotos wrote: I've commented line in users file #DEFAULT Auth-Type := Digest Finally. That line? That *was* you setting Auth-Type to Digest. But now I've got following message if non-digest message arrive: rad_recv: Access-Request packet from host 153.19.130.250:46963, id=190,

Re: How to handle non digest messeg if Auth-Type is set to Digest?

2006-07-28 Thread biuro
You are absolutly right :) Today in the mornign we set Auth-Type exactly the same way as you propose :) Now it works. Thanx Quoting Phil Mayers [EMAIL PROTECTED]: GlobeInPhotos wrote: I've commented line in users file #DEFAULT Auth-Type := Digest Finally. That line? That *was* you

How to handle non digest messeg if Auth-Type is set to Digest?

2006-07-27 Thread GlobeInPhotos
Hi My Freeradius has to receive and process digest and non-digest message but when freeradius receives and process nondigest message (I have only one such message) I've got message: ERROR: You set 'Auth-Type = Digest' for a request that did not contain any digest attributes!

Re: How to handle non digest messeg if Auth-Type is set to Digest?

2006-07-27 Thread Phil Mayers
GlobeInPhotos wrote: Hi My Freeradius has to receive and process digest and non-digest message but when freeradius receives and process nondigest message (I have only one such message) I've got message: ERROR: You set 'Auth-Type = Digest' for a request that did not contain any digest

Re: How to handle non digest messeg if Auth-Type is set to Digest?

2006-07-27 Thread Alan DeKok
GlobeInPhotos [EMAIL PROTECTED] wrote: Sorry I wrote wrong. I do not set Auth-Type, simply in config I have set auth. Digest What does that mean? but beside digest message radius receives non digest message that I have to handle. I do not know why radius claims that it is digest

RE: How to handle non digest messeg if Auth-Type is set to Digest?

2006-07-27 Thread GlobeInPhotos
So the conclusion is that you set Auth-Type = Digest somewhere. Probably OpenSer which is a sender set Auth-Type=Digest in request. By the way is it possible to make workaround for such situation to be honest I do not need authorize message but only I have to send some values to OpenSer -

Re: How to handle non digest messeg if Auth-Type is set to Digest?

2006-07-27 Thread Alan DeKok
GlobeInPhotos [EMAIL PROTECTED] wrote: So the conclusion is that you set Auth-Type = Digest somewhere. Probably OpenSer which is a sender set Auth-Type=Digest in request. No. It is IMPOSSIBLE for Auth-Type to be in a RADIUS packet. Go back and read the debug log. Check your

RE: How to handle non digest messeg if Auth-Type is set to Digest?

2006-07-27 Thread GlobeInPhotos
Go back and read the debug log. Check your configuration. YOU set Auth-Type in YOUR configuration. Are you talking about radius config? In my config I have something like this. authorize { cut Digest cut } I can send Stop arguing, and go check it. For sure I'm not arguing but

RE: How to handle non digest messeg if Auth-Type is set to Digest?

2006-07-27 Thread GlobeInPhotos
I have also this in 'user' file DEFAULT Auth-Type := Digest Michal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] g] On Behalf Of Alan DeKok Sent: Friday, July 28, 2006 12:39 AM To: FreeRadius users mailing list Subject: Re: How to handle non digest messeg if Auth