Re: VSA processing in avpair.c in the client : (unknown Vendor-Id)
thanks for info. I took a copy of the https://github.com/FreeRADIUS/freeradius- server/blob/master/share/dictionary.microsoft file and integrated it into the /etc directory in the client code. built fine, but still have the same issue with unknown vendor id. Is this correct or can you advise on alternative approach. Thanks. ----Original Message---- From: aland@deployingradius.com Date: 02-Oct-2014 14:37 To: "bmoyni01@vodafone.ie"<bmoyni01@vodafone.ie>, "FreeRadius users mailing list"<freeradius-users@lists.freeradius.org> Subj: Re: VSA processing in avpair.c in the client : (unknown Vendor- Id) bmoyni01@vodafone.ie wrote:
I'm not using the free radius server
I did figure that out.
and I cannot find information on enabling the client with this information.
The client comes with dictionaries.
Also, I understand what you stating below. But my point is that if the client cannot recognize the VSA, should it not just skip over and process the rest. (ie including the Normal attributes)
Instead it returns what is has without processing the code under /
It should keep processing the *next* attribute. It shouldn't recurse and process the VSAs in *this* attribute. *
Normal */
Send a patch. Alan DeKok. I'm using Vodafone Mail - to get your free mobile email account go to http://www.vodafone.ie Use of Vodafone Mail is subject to Terms and Conditions http://www.vodafone.ie/terms/website
bmoyni01@vodafone.ie wrote:
thanks for info.
I took a copy of the https://github.com/FreeRADIUS/freeradius- server/blob/master/share/dictionary.microsoft file and integrated it into the /etc directory in the client code.
built fine, but still have the same issue with unknown vendor id.
Is this correct or can you advise on alternative approach.
You will have to edit the source code. Even then, it won't help. Decoding the attribute is simple. Deciding what to *do* with it is hard. Alan DeKok.
participants (2)
-
Alan DeKok -
bmoyni01@vodafone.ie