Don't call free on talloc'ed channel bindings packet
[freeradius.git] / share / dictionary
1 # -*- text -*-
2 # Copyright (C) 2011 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
115 #
116 #       Mostly values which have been allocated by IANA under
117 #       "expert review", but which don't have an RFC associated with them.
118 #
119 $INCLUDE dictionary.iana
120
121 #
122 #       Vendor dictionaries are listed after the standard ones.
123 #
124 $INCLUDE dictionary.3com
125 $INCLUDE dictionary.3gpp
126 $INCLUDE dictionary.3gpp2
127 $INCLUDE dictionary.acc
128 $INCLUDE dictionary.acme
129 $INCLUDE dictionary.actelis
130 $INCLUDE dictionary.airespace
131 $INCLUDE dictionary.alcatel
132 $INCLUDE dictionary.alcatel.sr
133 $INCLUDE dictionary.alcatel-lucent.aaa
134 $INCLUDE dictionary.alteon
135 $INCLUDE dictionary.alvarion
136 $INCLUDE dictionary.apc
137 $INCLUDE dictionary.aruba
138 $INCLUDE dictionary.azaire
139 $INCLUDE dictionary.ascend
140 $INCLUDE dictionary.bay
141 $INCLUDE dictionary.bintec
142 $INCLUDE dictionary.bluecoat
143 $INCLUDE dictionary.broadsoft
144 $INCLUDE dictionary.brocade
145 $INCLUDE dictionary.bskyb
146 $INCLUDE dictionary.bt
147 $INCLUDE dictionary.cablelabs
148 $INCLUDE dictionary.cabletron
149 $INCLUDE dictionary.camiant
150 $INCLUDE dictionary.chillispot
151 $INCLUDE dictionary.cisco
152 $INCLUDE dictionary.cisco.asa
153 #
154 #        The Cisco VPN300 dictionary uses the same Vendor ID as the ASA one.
155 #        You shouldn't use both at the same time.
156 #
157 #   Note : the altiga dictionary, not listed here, also uses the same Vendor ID
158 #
159 #$INCLUDE dictionary.cisco.vpn3000
160 $INCLUDE dictionary.cisco.vpn5000
161 $INCLUDE dictionary.cisco.bbsm
162 $INCLUDE dictionary.clavister
163 $INCLUDE dictionary.colubris
164 $INCLUDE dictionary.cosine
165 $INCLUDE dictionary.dante
166 $INCLUDE dictionary.dlink
167 $INCLUDE dictionary.digium
168 $INCLUDE dictionary.efficientip
169 $INCLUDE dictionary.eltex
170 $INCLUDE dictionary.epygi
171 $INCLUDE dictionary.erx
172 $INCLUDE dictionary.equallogic
173 $INCLUDE dictionary.ericsson
174 $INCLUDE dictionary.ericsson.packet.core.networks
175 $INCLUDE dictionary.extreme
176 $INCLUDE dictionary.f5
177 $INCLUDE dictionary.fdxtended
178 $INCLUDE dictionary.freeradius
179 $INCLUDE dictionary.freeswitch
180 $INCLUDE dictionary.fortinet
181 $INCLUDE dictionary.foundry
182 $INCLUDE dictionary.gandalf
183 $INCLUDE dictionary.gemtek
184 $INCLUDE dictionary.h3c
185 $INCLUDE dictionary.hp
186 $INCLUDE dictionary.huawei
187 $INCLUDE dictionary.iea
188 $INCLUDE dictionary.infonet
189 $INCLUDE dictionary.issanni
190 $INCLUDE dictionary.itk
191 $INCLUDE dictionary.ipunplugged
192 $INCLUDE dictionary.juniper
193 $INCLUDE dictionary.karlnet
194 $INCLUDE dictionary.kineto
195 $INCLUDE dictionary.lancom
196 $INCLUDE dictionary.livingston
197 $INCLUDE dictionary.localweb
198 $INCLUDE dictionary.lucent
199 $INCLUDE dictionary.manzara
200 $INCLUDE dictionary.merit
201 $INCLUDE dictionary.meru
202 $INCLUDE dictionary.microsoft
203 $INCLUDE dictionary.mikrotik
204 $INCLUDE dictionary.motorola
205 $INCLUDE dictionary.motorola.wimax
206 $INCLUDE dictionary.navini
207 $INCLUDE dictionary.netscreen
208 $INCLUDE dictionary.networkphysics
209 $INCLUDE dictionary.nexans
210 $INCLUDE dictionary.ntua
211 $INCLUDE dictionary.nokia
212 #
213 #  Commented out because of attribute conflicts.
214 #
215 #$INCLUDE dictionary.nokia.conflict
216 $INCLUDE dictionary.nomadix
217 $INCLUDE dictionary.nortel
218 #
219 #  Commented out because of attribute conflicts.
220 #
221 #$INCLUDE dictionary.openser
222 $INCLUDE dictionary.packeteer
223 $INCLUDE dictionary.paloalto
224 $INCLUDE dictionary.patton
225 $INCLUDE dictionary.propel
226 $INCLUDE dictionary.prosoft
227 $INCLUDE dictionary.proxim
228 $INCLUDE dictionary.purewave
229 $INCLUDE dictionary.quiconnect
230 $INCLUDE dictionary.quintum
231 $INCLUDE dictionary.redback
232 $INCLUDE dictionary.redcreek
233 $INCLUDE dictionary.riverstone
234 $INCLUDE dictionary.roaringpenguin
235 $INCLUDE dictionary.shasta
236 $INCLUDE dictionary.sg
237 $INCLUDE dictionary.shiva
238 $INCLUDE dictionary.siemens
239 $INCLUDE dictionary.slipstream
240 $INCLUDE dictionary.sonicwall
241 $INCLUDE dictionary.springtide
242 $INCLUDE dictionary.starent
243 $INCLUDE dictionary.surfnet
244 $INCLUDE dictionary.symbol
245 $INCLUDE dictionary.telebit
246 $INCLUDE dictionary.terena
247 $INCLUDE dictionary.trapeze
248 $INCLUDE dictionary.tropos
249 $INCLUDE dictionary.t_systems_nova
250 $INCLUDE dictionary.ukerna
251 $INCLUDE dictionary.unix
252 $INCLUDE dictionary.usr
253 $INCLUDE dictionary.utstarcom
254 $INCLUDE dictionary.valemount
255 $INCLUDE dictionary.versanet
256 $INCLUDE dictionary.waverider
257 $INCLUDE dictionary.walabi
258 $INCLUDE dictionary.wichorus
259 $INCLUDE dictionary.wimax
260 $INCLUDE dictionary.wispr
261 $INCLUDE dictionary.xedia
262 $INCLUDE dictionary.xylan
263 $INCLUDE dictionary.yubico
264 $INCLUDE dictionary.zeus
265 $INCLUDE dictionary.zte
266 $INCLUDE dictionary.zyxel
267
268 #
269 #       And finally the server internal attributes.
270 #       These are attributes which NEVER go into a RADIUS packet.
271 #
272 $INCLUDE dictionary.freeradius.internal