Ying DONG wrote:
I am using the freeradius server 2.1.1 as the Radius server in the network to authenticate a wimax user.
It seems that it could support the wimax VSA, since I found the dictionary.wimax in the dictionary directory.
If you look at the *rest* of the configuration files, you'll see more references to WiMAX. Also, the release announcements, the web page...
However, in my application, in the Access Accept message, the freeradius server Include the attributes of vendor-id 311 (microsoft), not having the expected attributes of wimax (such as MSK attribute).
Because you have to configure it to do that.
I want to how the radius server determine which dictionary it should use to response the incoming request?
That's not how RADIUS works. It doesn't "determine" a dictionary to use.
What I should do to make the freeradius server set the wimax specified attribute in the access-accept msg?
Read raddb/modules/wimax. This is documented. Alan DeKok.