Added support for Aptilo Controller
[freeradius.git] / share / dictionary
1 # -*- text -*-
2 # Copyright (C) 2015 The FreeRADIUS Server project and contributors
3 #
4 # Version $Id$
5 #
6 #       DO NOT EDIT THE FILES IN THIS DIRECTORY
7 #
8 #       The files in this directory are maintained and updated by
9 #       the FreeRADIUS project.  Newer releases of software may update
10 #       or change these files.
11 #
12 #       Use the main dictionary file (usually /etc/raddb/dictionary)
13 #       for local system attributes and $INCLUDEs.
14 #
15 #
16 #
17 #       This file contains dictionary translations for parsing
18 #       requests and generating responses.  All transactions are
19 #       composed of Attribute/Value Pairs.  The value of each attribute
20 #       is specified as one of a few data types.  Valid data types are:
21 #
22 #       string     - printable text, generally UTF-8 encoded.  (The RFCs call this "text")
23 #       ipaddr     - 4 octets in network byte order
24 #       ipv4prefix - 1 octet reserved, one octet prefix, 4 octets ipaddr
25 #       integer    - 32 bit value in big endian order
26 #       integer64  - 64 bit value in big endian order
27 #       date       - 32 bit value in big endian order - seconds since
28 #                    00:00:00 GMT,  Jan.  1,  1970
29 #       ifid       - 8 octets in network byte order
30 #       ipv6addr   - 16 octets in network byte order
31 #       ipv6prefix - 1 octet reserved, one octet prefix, 16 octets ipv6addr
32 #       tlv        - type-length-value
33 #
34 #       FreeRADIUS includes data types which are not defined
35 #       in the RFC's.  These data types are:
36 #
37 #       abinary - Ascend's binary filter format.
38 #       byte    - 8 bit unsigned integer
39 #       ether   - 6 octets of hh:hh:hh:hh:hh:hh
40 #                 where 'h' is hex digits, upper or lowercase.
41 #       short   - 16-bit unsigned integer in network byte order
42 #       signed  - 32-bit signed integer in network byte order
43 #       octets  - raw octets, printed and input as hex strings.
44 #                 e.g.: 0x123456789abcdef  The RFCs call this "string".
45 #
46 #       FreeRADIUS uses a number of data types which are defined in
47 #       RFC 6929.  These data types should NEVER be used in any other
48 #       dictionary.  We won't even list them here.
49 #
50 #
51 #       Enumerated values are stored in the user file with dictionary
52 #       VALUE translations for easy administration.
53 #
54 #       Example:
55 #
56 #       ATTRIBUTE         VALUE
57 #       ---------------   -----
58 #       Framed-Protocol = PPP
59 #       7               = 1     (integer encoding)
60 #
61
62 #
63 #       Include compatibility dictionary for older users file. Move
64 #       this directive to the end of this file if you want to see the
65 #       old names in the logfiles, instead of the new names.
66 #
67 $INCLUDE dictionary.compat
68
69 #
70 #       These dictionaries define attributes in the IETF managed space.
71 #       (i.e. 1..255). This is wrong.  We include them here to allow them.
72 #       The IETF allocated ones are listed below, which gives them priority.
73 #
74 #       i.e. don't do this.  Don't use these attributes
75 #
76 $INCLUDE dictionary.usr.illegal
77 $INCLUDE dictionary.ascend.illegal
78
79 #
80 #       IETF allocated attributes and values.  Split out into
81 #       the RFC which defined them.
82 #
83 #       For a complete list of the standard attributes and values,
84 #       see:
85 #               http://www.iana.org/assignments/radius-types
86 #
87 $INCLUDE dictionary.rfc2865
88 $INCLUDE dictionary.rfc2866
89 $INCLUDE dictionary.rfc2867
90 $INCLUDE dictionary.rfc2868
91 $INCLUDE dictionary.rfc2869
92 $INCLUDE dictionary.rfc3162
93 $INCLUDE dictionary.rfc3576
94 $INCLUDE dictionary.rfc3580
95 $INCLUDE dictionary.rfc4072
96 $INCLUDE dictionary.rfc4372
97 $INCLUDE dictionary.rfc4603
98 $INCLUDE dictionary.rfc4675
99 $INCLUDE dictionary.rfc4679
100 $INCLUDE dictionary.rfc4818
101 $INCLUDE dictionary.rfc4849
102 $INCLUDE dictionary.rfc5176
103 $INCLUDE dictionary.rfc5447
104 $INCLUDE dictionary.rfc5580
105 $INCLUDE dictionary.rfc5607
106 $INCLUDE dictionary.rfc5904
107 $INCLUDE dictionary.rfc6519
108 $INCLUDE dictionary.rfc6572
109 $INCLUDE dictionary.rfc6677
110 $INCLUDE dictionary.rfc6911
111 $INCLUDE dictionary.rfc6929
112 $INCLUDE dictionary.rfc6930
113 $INCLUDE dictionary.rfc7055
114 $INCLUDE dictionary.rfc7155
115 $INCLUDE dictionary.rfc7268
116 $INCLUDE dictionary.rfc7499
117
118 #
119 #       Mostly values which have been allocated by IANA under
120 #       "expert review", but which don't have an RFC associated with them.
121 #
122 $INCLUDE dictionary.iana
123
124 #
125 #       Vendor dictionaries are listed after the standard ones.
126 #
127 $INCLUDE dictionary.3com
128 $INCLUDE dictionary.3gpp
129 $INCLUDE dictionary.3gpp2
130 $INCLUDE dictionary.acc
131 $INCLUDE dictionary.acme
132 $INCLUDE dictionary.actelis
133 $INCLUDE dictionary.airespace
134 $INCLUDE dictionary.alcatel
135 $INCLUDE dictionary.alcatel.sr
136 $INCLUDE dictionary.alcatel-lucent.aaa
137 $INCLUDE dictionary.alteon
138 $INCLUDE dictionary.alvarion
139 $INCLUDE dictionary.apc
140 $INCLUDE dictionary.aptilo
141 $INCLUDE dictionary.arbor
142 $INCLUDE dictionary.aruba
143 $INCLUDE dictionary.azaire
144 $INCLUDE dictionary.ascend
145 $INCLUDE dictionary.bay
146 $INCLUDE dictionary.bintec
147 $INCLUDE dictionary.bluecoat
148 $INCLUDE dictionary.broadsoft
149 $INCLUDE dictionary.brocade
150 $INCLUDE dictionary.bskyb
151 $INCLUDE dictionary.bt
152 $INCLUDE dictionary.cablelabs
153 $INCLUDE dictionary.cabletron
154 $INCLUDE dictionary.camiant
155 $INCLUDE dictionary.chillispot
156 $INCLUDE dictionary.cisco
157 $INCLUDE dictionary.cisco.asa
158 #
159 #        The Cisco VPN300 dictionary uses the same Vendor ID as the ASA one.
160 #        You shouldn't use both at the same time.
161 #
162 #   Note : the altiga dictionary, not listed here, also uses the same Vendor ID
163 #
164 #$INCLUDE dictionary.cisco.vpn3000
165 $INCLUDE dictionary.cisco.vpn5000
166 $INCLUDE dictionary.cisco.bbsm
167 $INCLUDE dictionary.citrix
168 $INCLUDE dictionary.clavister
169 $INCLUDE dictionary.colubris
170 $INCLUDE dictionary.compatible
171 $INCLUDE dictionary.cosine
172 $INCLUDE dictionary.dante
173 $INCLUDE dictionary.dlink
174 $INCLUDE dictionary.digium
175 $INCLUDE dictionary.dragonwave
176 $INCLUDE dictionary.efficientip
177 $INCLUDE dictionary.eltex
178 $INCLUDE dictionary.epygi
179 $INCLUDE dictionary.erx
180 $INCLUDE dictionary.equallogic
181 $INCLUDE dictionary.ericsson
182 $INCLUDE dictionary.ericsson.ab
183 $INCLUDE dictionary.ericsson.packet.core.networks
184 $INCLUDE dictionary.extreme
185 $INCLUDE dictionary.f5
186 $INCLUDE dictionary.fdxtended
187 $INCLUDE dictionary.freeradius
188 $INCLUDE dictionary.freeswitch
189 $INCLUDE dictionary.fortinet
190 $INCLUDE dictionary.foundry
191 $INCLUDE dictionary.gandalf
192 $INCLUDE dictionary.gemtek
193 $INCLUDE dictionary.h3c
194 $INCLUDE dictionary.hp
195 $INCLUDE dictionary.huawei
196 $INCLUDE dictionary.iea
197 $INCLUDE dictionary.infonet
198 $INCLUDE dictionary.issanni
199 $INCLUDE dictionary.itk
200 $INCLUDE dictionary.ipunplugged
201 $INCLUDE dictionary.juniper
202 $INCLUDE dictionary.karlnet
203 $INCLUDE dictionary.kineto
204 $INCLUDE dictionary.lancom
205 $INCLUDE dictionary.livingston
206 $INCLUDE dictionary.localweb
207 $INCLUDE dictionary.lucent
208 $INCLUDE dictionary.manzara
209 $INCLUDE dictionary.meinberg
210 $INCLUDE dictionary.merit
211 $INCLUDE dictionary.meru
212 $INCLUDE dictionary.microsoft
213 $INCLUDE dictionary.mikrotik
214 $INCLUDE dictionary.motorola
215 $INCLUDE dictionary.motorola.wimax
216 $INCLUDE dictionary.navini
217 $INCLUDE dictionary.netscreen
218 $INCLUDE dictionary.networkphysics
219 $INCLUDE dictionary.nexans
220 $INCLUDE dictionary.ntua
221 $INCLUDE dictionary.nokia
222 #
223 #  Commented out because of attribute conflicts.
224 #
225 #$INCLUDE dictionary.nokia.conflict
226 $INCLUDE dictionary.nomadix
227 $INCLUDE dictionary.nortel
228 #
229 #  Commented out because of attribute conflicts.
230 #
231 #$INCLUDE dictionary.openser
232 $INCLUDE dictionary.packeteer
233 $INCLUDE dictionary.paloalto
234 $INCLUDE dictionary.patton
235 $INCLUDE dictionary.perle
236 $INCLUDE dictionary.propel
237 $INCLUDE dictionary.prosoft
238 $INCLUDE dictionary.proxim
239 $INCLUDE dictionary.purewave
240 $INCLUDE dictionary.quiconnect
241 $INCLUDE dictionary.quintum
242 $INCLUDE dictionary.redcreek
243 $INCLUDE dictionary.riverbed
244 $INCLUDE dictionary.riverstone
245 $INCLUDE dictionary.roaringpenguin
246 $INCLUDE dictionary.ruggedcom
247 $INCLUDE dictionary.ruckus
248 $INCLUDE dictionary.shasta
249 $INCLUDE dictionary.sg
250 $INCLUDE dictionary.shiva
251 $INCLUDE dictionary.siemens
252 $INCLUDE dictionary.slipstream
253 $INCLUDE dictionary.sonicwall
254 $INCLUDE dictionary.springtide
255 $INCLUDE dictionary.starent
256 $INCLUDE dictionary.surfnet
257 $INCLUDE dictionary.symbol
258 $INCLUDE dictionary.telebit
259 $INCLUDE dictionary.terena
260 $INCLUDE dictionary.trapeze
261 $INCLUDE dictionary.travelping
262 $INCLUDE dictionary.tropos
263 $INCLUDE dictionary.t_systems_nova
264 $INCLUDE dictionary.ukerna
265 $INCLUDE dictionary.unix
266 $INCLUDE dictionary.usr
267 $INCLUDE dictionary.utstarcom
268 $INCLUDE dictionary.valemount
269 $INCLUDE dictionary.versanet
270 $INCLUDE dictionary.waverider
271 $INCLUDE dictionary.walabi
272 $INCLUDE dictionary.wichorus
273 $INCLUDE dictionary.wifialliance
274 $INCLUDE dictionary.wimax
275 $INCLUDE dictionary.wispr
276 $INCLUDE dictionary.xedia
277 $INCLUDE dictionary.xylan
278 $INCLUDE dictionary.yubico
279 $INCLUDE dictionary.zeus
280 $INCLUDE dictionary.zte
281 $INCLUDE dictionary.zyxel
282
283 #
284 #       And finally the server internal attributes.
285 #       These are attributes which NEVER go into a RADIUS packet.
286 #
287 $INCLUDE dictionary.freeradius.internal