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