Adding vendor specific attributes to dictionary

Ivan Kalik tnt at kalik.net
Fri Oct 9 16:01:45 CEST 2009


>>> File dictionary.myvendor:
>>> -------------------------
>>>
>>> VENDOR       MyVendor     12345
>>> BEGIN-VENDOR MyVendor
>>>     ATTRIBUTE Vendor-Attribute-A 1 string
>>>     ATTRIBUTE Vendor-Attribute-B 2 string
>>> END-VENDOR   MyVendor
>>
>>
>> That looks OK.
>
> I have narrowed the problem down to the number field. The actual number
> I have been given to use is 32768, and the problem seems to be the fact
> that the number is 5 digits long. If I make the number 4 digits long my
> server starts up without complaint.
>
> Any suggestions?

Vendor number must be smaller than 32K. 32766 is max.

Ivan Kalik
Kalik Informatika ISP




More information about the Freeradius-Users mailing list