ttls chbind: update VSA to use
[freeradius.git] / share / dictionary.chillispot
1 # -*- text -*-
2 # Copyright (C) 2011 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$
10 #
11 ##############################################################################
12
13 VENDOR          ChilliSpot                      14559
14
15 BEGIN-VENDOR    ChilliSpot
16
17 ATTRIBUTE       ChilliSpot-Max-Input-Octets             1       integer
18 ATTRIBUTE       ChilliSpot-Max-Output-Octets            2       integer
19 ATTRIBUTE       ChilliSpot-Max-Total-Octets             3       integer
20 ATTRIBUTE       ChilliSpot-Bandwidth-Max-Up             4       integer
21 ATTRIBUTE       ChilliSpot-Bandwidth-Max-Down           5       integer
22 ATTRIBUTE       ChilliSpot-Config                       6       string
23 ATTRIBUTE       ChilliSpot-Lang                         7       string
24 ATTRIBUTE       ChilliSpot-Version                      8       string
25 ATTRIBUTE       ChilliSpot-OriginalURL                  9       string
26
27
28 # Configuration management parameters (ChilliSpot Only)
29 ATTRIBUTE       ChilliSpot-UAM-Allowed                  100     string
30 ATTRIBUTE       ChilliSpot-MAC-Allowed                  101     string
31 ATTRIBUTE       ChilliSpot-Interval                     102     integer
32
33 # Inline with RFC 2882 use of VSE-Authorize-Only for remote config
34 # Note that 14559 = 0x38df is used as prefix for the VSE.
35 # This is recognized as the best (but bad) way of doing VSEs.
36 # (ChilliSpot Only - CoovaChilli uses Service-Type = Administrative-User)
37 VALUE   Service-Type                    ChilliSpot-Authorize-Only 0x38df0001
38
39 END-VENDOR      ChilliSpot