a250559181f0b8037eb904faafe83c4423ccf0e6
[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 #       text       - printable, generally UTF-8 encoded (subset of 'string')
23 #       string     - 0-253 octets
24 #       ipaddr     - 4 octets in network byte order
25 #       ipv4prefix - 1 octet reserved, one octet prefix, 4 octets ipaddr
26 #       integer    - 32 bit value in big endian order
27 #       integer64  - 64 bit value in big endian order
28 #       date       - 32 bit value in big endian order - seconds since
29 #                    00:00:00 GMT,  Jan.  1,  1970
30 #       ifid       - 8 octets in network byte order
31 #       ipv6addr   - 16 octets in network byte order
32 #       ipv6prefix - 1 octet reserved, one octet prefix, 16 octets ipv6addr
33 #
34 #       FreeRADIUS includes extended 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
45 #       tlv     - type-length-value (only for certain WiMAX attributes)
46 #
47 #
48 #       Enumerated values are stored in the user file with dictionary
49 #       VALUE translations for easy administration.
50 #
51 #       Example:
52 #
53 #       ATTRIBUTE         VALUE
54 #       ---------------   -----
55 #       Framed-Protocol = PPP
56 #       7               = 1     (integer encoding)
57 #
58
59 #
60 #       Include compatibility dictionary for older users file. Move
61 #       this directive to the end of this file if you want to see the
62 #       old names in the logfiles, instead of the new names.
63 #
64 $INCLUDE dictionary.compat
65
66 #
67 #       These dictionaries define attributes in the IETF managed space.
68 #       (i.e. 1..255). This is wrong.  We include them here to allow them.
69 #       The IETF allocated ones are listed below, which gives them priority.
70 #
71 #       i.e. don't do this.  Don't use these attributes
72 #
73 $INCLUDE dictionary.usr.illegal
74 $INCLUDE dictionary.ascend.illegal
75
76 #
77 #       IETF allocated attributes and values.  Split out into
78 #       the RFC which defined them.
79 #
80 #       For a complete list of the standard attributes and values,
81 #       see:
82 #               http://www.iana.org/assignments/radius-types
83 #
84 $INCLUDE dictionary.rfc2865
85 $INCLUDE dictionary.rfc2866
86 $INCLUDE dictionary.rfc2867
87 $INCLUDE dictionary.rfc2868
88 $INCLUDE dictionary.rfc2869
89 $INCLUDE dictionary.rfc3162
90 $INCLUDE dictionary.rfc3576
91 $INCLUDE dictionary.rfc3580
92 $INCLUDE dictionary.rfc4072
93 $INCLUDE dictionary.rfc4372
94 $INCLUDE dictionary.rfc4603
95 $INCLUDE dictionary.rfc4675
96 $INCLUDE dictionary.rfc4679
97 $INCLUDE dictionary.rfc4818
98 $INCLUDE dictionary.rfc4849
99 $INCLUDE dictionary.rfc5176
100 $INCLUDE dictionary.rfc5447
101 $INCLUDE dictionary.rfc5580
102 $INCLUDE dictionary.rfc5607
103 $INCLUDE dictionary.rfc5904
104 $INCLUDE dictionary.rfc6519
105 $INCLUDE dictionary.rfc6572
106 $INCLUDE dictionary.rfc6677
107 $INCLUDE dictionary.rfc6911
108 $INCLUDE dictionary.rfc6930
109
110 #
111 #       Mostly values which have been allocated by IANA under
112 #       "expert review", but which don't have an RFC associated with them.
113 #
114 $INCLUDE dictionary.iana
115
116 #
117 #       This is a prelimanary dictionary until the RFC is published.
118 #
119 $INCLUDE dictionary.extended
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.airespace
130 $INCLUDE dictionary.alcatel
131 $INCLUDE dictionary.alcatel.sr
132 $INCLUDE dictionary.alteon
133 $INCLUDE dictionary.alvarion
134 $INCLUDE dictionary.apc
135 $INCLUDE dictionary.aruba
136 $INCLUDE dictionary.azaire
137 $INCLUDE dictionary.ascend
138 $INCLUDE dictionary.bay
139 $INCLUDE dictionary.bintec
140 $INCLUDE dictionary.bskyb
141 $INCLUDE dictionary.bt
142 $INCLUDE dictionary.cablelabs
143 $INCLUDE dictionary.cabletron
144 $INCLUDE dictionary.camiant
145 $INCLUDE dictionary.chillispot
146 $INCLUDE dictionary.cisco
147 #
148 #        The Cisco VPN300 dictionary is the same as the altiga one.
149 #        You shouldn't use both at the same time.
150 #
151 #$INCLUDE dictionary.cisco.vpn3000
152 $INCLUDE dictionary.cisco.vpn5000
153 $INCLUDE dictionary.cisco.bbsm
154 $INCLUDE dictionary.clavister
155 $INCLUDE dictionary.colubris
156 $INCLUDE dictionary.cosine
157 $INCLUDE dictionary.dlink
158 $INCLUDE dictionary.digium
159 $INCLUDE dictionary.eltex
160 $INCLUDE dictionary.epygi
161 $INCLUDE dictionary.erx
162 $INCLUDE dictionary.ericsson
163 $INCLUDE dictionary.extreme
164 $INCLUDE dictionary.f5
165 $INCLUDE dictionary.fdxtended
166 $INCLUDE dictionary.freeradius
167 $INCLUDE dictionary.freeswitch
168 $INCLUDE dictionary.fortinet
169 $INCLUDE dictionary.foundry
170 $INCLUDE dictionary.gandalf
171 $INCLUDE dictionary.gemtek
172 $INCLUDE dictionary.h3c
173 $INCLUDE dictionary.hp
174 $INCLUDE dictionary.huawei
175 $INCLUDE dictionary.iea
176 $INCLUDE dictionary.infonet
177 $INCLUDE dictionary.issanni
178 $INCLUDE dictionary.itk
179 $INCLUDE dictionary.ipunplugged
180 $INCLUDE dictionary.juniper
181 $INCLUDE dictionary.karlnet
182 $INCLUDE dictionary.kineto
183 $INCLUDE dictionary.lancom
184 $INCLUDE dictionary.livingston
185 $INCLUDE dictionary.localweb
186 $INCLUDE dictionary.lucent
187 $INCLUDE dictionary.manzara
188 $INCLUDE dictionary.merit
189 $INCLUDE dictionary.meru
190 $INCLUDE dictionary.microsoft
191 $INCLUDE dictionary.mikrotik
192 $INCLUDE dictionary.motorola
193 $INCLUDE dictionary.motorola.wimax
194 $INCLUDE dictionary.navini
195 $INCLUDE dictionary.netscreen
196 $INCLUDE dictionary.networkphysics
197 $INCLUDE dictionary.nexans
198 $INCLUDE dictionary.ntua
199 $INCLUDE dictionary.nokia
200 #
201 #  Commented out because of attribute conflicts.
202 #
203 #$INCLUDE dictionary.nokia.conflict
204 $INCLUDE dictionary.nomadix
205 $INCLUDE dictionary.nortel
206 #
207 #  Commented out because of attribute conflicts.
208 #
209 #$INCLUDE dictionary.openser
210 $INCLUDE dictionary.packeteer
211 $INCLUDE dictionary.paloalto
212 $INCLUDE dictionary.patton
213 $INCLUDE dictionary.propel
214 $INCLUDE dictionary.prosoft
215 $INCLUDE dictionary.proxim
216 $INCLUDE dictionary.purewave
217 $INCLUDE dictionary.quiconnect
218 $INCLUDE dictionary.quintum
219 $INCLUDE dictionary.redback
220 $INCLUDE dictionary.redcreek
221 $INCLUDE dictionary.riverstone
222 $INCLUDE dictionary.roaringpenguin
223 $INCLUDE dictionary.shasta
224 $INCLUDE dictionary.sg
225 $INCLUDE dictionary.shiva
226 $INCLUDE dictionary.siemens
227 $INCLUDE dictionary.slipstream
228 $INCLUDE dictionary.sonicwall
229 $INCLUDE dictionary.springtide
230 $INCLUDE dictionary.starent
231 $INCLUDE dictionary.symbol
232 $INCLUDE dictionary.telebit
233 $INCLUDE dictionary.terena
234 $INCLUDE dictionary.trapeze
235 $INCLUDE dictionary.tropos
236 $INCLUDE dictionary.t_systems_nova
237 $INCLUDE dictionary.ukerna
238 $INCLUDE dictionary.unix
239 $INCLUDE dictionary.usr
240 $INCLUDE dictionary.utstarcom
241 $INCLUDE dictionary.valemount
242 $INCLUDE dictionary.versanet
243 $INCLUDE dictionary.waverider
244 $INCLUDE dictionary.walabi
245 $INCLUDE dictionary.wichorus
246 $INCLUDE dictionary.wimax
247 $INCLUDE dictionary.wispr
248 $INCLUDE dictionary.xedia
249 $INCLUDE dictionary.xylan
250 $INCLUDE dictionary.yubico
251 $INCLUDE dictionary.zeus
252 $INCLUDE dictionary.zyxel
253
254 #       DHCP dictionary for DHCP functionality and use of dhcp module
255 $INCLUDE dictionary.dhcp
256
257 #       VQP dictionary for VMPS functionality and use of vmps module
258 $INCLUDE dictionary.vqp
259
260 #
261 #       And finally the server internal attributes.
262 #       These are attributes which NEVER go into a RADIUS packet.
263 #
264 $INCLUDE dictionary.freeradius.internal