mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
ucentral-tools: remove dictionary.CoovaChilli
This dictionary uses vendor 14122, which is the WISPr vendor code. The first few attributes defined in this dictionary as integers masked their WISPr string counterparts, resulting in truncated attributes in RADIUS requests. From a quick Google Search, there is no CoovaChilli RADIUS vendor ID, it seems to use the ChilliSpot ones: https://support.ignitenet.com/portal/en/kb/articles/what-are-the-supported-radius-attributes-in-coovachilli-captive-portal Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
This commit is contained in:
committed by
John Crispin
parent
3384986bef
commit
cad21f394e
@@ -306,6 +306,5 @@ VALUE Add-Port-To-IP-Address Yes 1
|
||||
#$INCLUDE /etc/radcli/dictionary.microsoft
|
||||
#$INCLUDE /etc/radcli/dictionary.roaringpenguin
|
||||
$INCLUDE /etc/radcli/dictionary.WISPr
|
||||
$INCLUDE /etc/radcli/dictionary.CoovaChilli
|
||||
$INCLUDE /etc/radcli/dictionary.chillispot
|
||||
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
|
||||
VENDOR CoovaChilli 14122 CoovaChilli
|
||||
|
||||
ATTRIBUTE CoovaChilli-Max-Input-Octets 1 integer CoovaChilli
|
||||
ATTRIBUTE CoovaChilli-Max-Output-Octets 2 integer CoovaChilli
|
||||
ATTRIBUTE CoovaChilli-Max-Total-Octets 3 integer CoovaChilli
|
||||
Reference in New Issue
Block a user