wispr dictionary

Radius related questions
Post Reply
mlemaitre
Posts: 27
Joined: 04 Dec 2014, 15:09

wispr dictionary

Post by mlemaitre »

Hi!

Is it possible to add the wispr dictionary to the radius dictionaries ?

It looks like that:

VENDOR WISPr 14122
BEGIN-VENDOR WISPr
ATTRIBUTE WISPr-Location-ID 1 string WISPr
ATTRIBUTE WISPr-Location-Name 2 string WISPr
ATTRIBUTE WISPr-Logoff-URL 3 string WISPr
ATTRIBUTE WISPr-Redirection-URL 4 string WISPr
ATTRIBUTE WISPr-Bandwidth-Min-Up 5 integer WISPr
ATTRIBUTE WISPr-Bandwidth-Min-Down 6 integer WISPr
ATTRIBUTE WISPr-Bandwidth-Max-Up 7 integer WISPr
ATTRIBUTE WISPr-Bandwidth-Max-Down 8 integer WISPr
ATTRIBUTE WISPr-Session-Terminate-Time 9 string WISPr
END-VENDOR WISPr



thanks,
Last edited by mlemaitre on 15 Dec 2014, 14:37, edited 1 time in total.
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

Re: xispr dictionary

Post by Dmitry »

you can add arbitrary number of custom dictionaries
you can add them to add it to system dictionary /usr/share/accel-ppp/radius/dictionary, but note that it may be overwritten by package upgrade/reinstallation
or you can specify additional dictionary in the config:
[radius]
dictionary=/usr/share/accel-ppp/radius/dictionary
dictionary=/my/dictionary
Post Reply