1# -*- text -*-
2# Copyright (C) 2015 The FreeRADIUS Server project and contributors
3##############################################################################
4#
5#	ChilliSpot (and CoovaChilli) captive portal
6#	http://www.chillispot.org
7#	http://coova.org/wiki/index.php/CoovaChilli
8#
9#	$Id: e1e96effc16f678bd939dca7d779285fdc3cd126 $
10#
11##############################################################################
12
13VENDOR		ChilliSpot			14559
14
15BEGIN-VENDOR	ChilliSpot
16
17ATTRIBUTE	ChilliSpot-Max-Input-Octets		1	integer
18ATTRIBUTE	ChilliSpot-Max-Output-Octets		2	integer
19ATTRIBUTE	ChilliSpot-Max-Total-Octets		3	integer
20ATTRIBUTE	ChilliSpot-Bandwidth-Max-Up		4	integer
21ATTRIBUTE	ChilliSpot-Bandwidth-Max-Down		5	integer
22ATTRIBUTE	ChilliSpot-Config			6	string
23ATTRIBUTE	ChilliSpot-Lang				7	string
24ATTRIBUTE	ChilliSpot-Version			8	string
25ATTRIBUTE	ChilliSpot-OriginalURL			9	string
26
27# Configuration management parameters (ChilliSpot Only)
28ATTRIBUTE	ChilliSpot-UAM-Allowed			100	string
29ATTRIBUTE	ChilliSpot-MAC-Allowed			101	string
30ATTRIBUTE	ChilliSpot-Interval			102	integer
31
32# Inline with RFC 2882 use of VSE-Authorize-Only for remote config
33# Note that 14559 = 0x38df is used as prefix for the VSE.
34# This is recognized as the best (but bad) way of doing VSEs.
35# (ChilliSpot Only - CoovaChilli uses Service-Type = Administrative-User)
36VALUE	Service-Type			ChilliSpot-Authorize-Only 0x38df0001
37
38END-VENDOR	ChilliSpot
39