Hi List, My freeradius version is 2.0.4 shipped with standard debian lenny package. I have to implement some special attribute to control the users bandwidth on an Special NAS. Here ist the attribute: Type: 26 Length = 12 Vendor ID: 3902 Vendor-Type = 3 Vendor-Length = 14 Sub-Type = 1 Forward maximum gross aggregate bandwidth value Length = 6 Vendor-Value = 1 – 2**32 -1(binary value of the gross aggregate bandwidth for the user, in bits per second) Sub-Type = 2 Reverse maximum gross aggregate bandwidth value Length = 6 Vendor-Value = 1 – 2**32 -1(binary value of the gross aggregate bandwidth for the user, in bits per second) As I can see the attribute itself has two subtyped values. How can I declare them in the dictionary file? Thank you for your help! -- Kevin Baier
Kevin Baier wrote:
As I can see the attribute itself has two subtyped values. How can I declare them in the dictionary file?
You don't. Nested subtypes are non-standard, and are not supported in 2.0.4. They will likely be supported in 2.2.0, which will be out some time next year. Alan DeKok.
2010/10/4 Alan DeKok <aland@deployingradius.com>:
Kevin Baier wrote:
As I can see the attribute itself has two subtyped values. How can I declare them in the dictionary file?
You don't.
Nested subtypes are non-standard, and are not supported in 2.0.4. They will likely be supported in 2.2.0, which will be out some time next year.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
@ Alan Thank you for your response! -- Kevin Baier
participants (2)
-
Alan DeKok -
Kevin Baier