From ethereal
[freeradius.git] / share / dictionary
1 # -*- text -*-
2 #
3 # Version $Id$
4 #
5 #       DO NOT EDIT THE FILES IN THIS DIRECTORY
6 #
7 #       The files in this directory are maintained and updated by
8 #       the FreeRADIUS project.  Newer releases of software may update
9 #       or change these files.
10 #
11 #       Use the main dictionary file (usually /etc/raddb/dictionary)
12 #       for local system attributes and $INCLUDEs.
13 #
14 #
15 #
16 #       This file contains dictionary translations for parsing
17 #       requests and generating responses.  All transactions are
18 #       composed of Attribute/Value Pairs.  The value of each attribute
19 #       is specified as one of 4 data types.  Valid data types are:
20 #
21 #       text       - printable, generally UTF-8 encoded (subset of 'string')
22 #       string     - 0-253 octets
23 #       ipaddr     - 4 octets in network byte order
24 #       integer    - 32 bit value in big endian order (high byte first)
25 #       date       - 32 bit value in big endian order - seconds since
26 #                    00:00:00 GMT,  Jan.  1,  1970
27 #       ifid       - 8 octets in network byte order
28 #       ipv6addr   - 16 octets in network byte order
29 #       ipv6prefix - 18 octets in network byte order
30 #
31 #       FreeRADIUS includes extended data types which are not defined
32 #       in the RFC's.  These data types are:
33 #
34 #       abinary - Ascend's binary filter format.
35 #       octets  - raw octets, printed and input as hex strings.
36 #                 e.g.: 0x123456789abcdef
37 #
38 #
39 #       Enumerated values are stored in the user file with dictionary
40 #       VALUE translations for easy administration.
41 #
42 #       Example:
43 #
44 #       ATTRIBUTE         VALUE
45 #       ---------------   -----
46 #       Framed-Protocol = PPP
47 #       7               = 1     (integer encoding)
48 #
49
50 #
51 #       Include compatibility dictionary for older users file. Move
52 #       this directive to the end of this file if you want to see the
53 #       old names in the logfiles, INSTEAD OF the new names.
54 #
55 $INCLUDE dictionary.compat
56
57 #
58 #       Include the RFC dictionaries next.
59 #
60 #       For a complete list of the standard attributes and values,
61 #       see:
62 #               http://www.iana.org/assignments/radius-types
63 #
64 $INCLUDE dictionary.rfc2865
65 $INCLUDE dictionary.rfc2866
66 $INCLUDE dictionary.rfc2867
67 $INCLUDE dictionary.rfc2868
68 $INCLUDE dictionary.rfc2869
69 $INCLUDE dictionary.rfc3162
70 $INCLUDE dictionary.rfc3576
71 $INCLUDE dictionary.rfc3580
72
73 #
74 #       Include vendor dictionaries after the standard ones.
75 #
76 $INCLUDE dictionary.3com
77 $INCLUDE dictionary.3gpp
78 $INCLUDE dictionary.3gpp2
79 $INCLUDE dictionary.acc
80 $INCLUDE dictionary.airespace
81 $INCLUDE dictionary.alcatel
82 $INCLUDE dictionary.alteon
83 $INCLUDE dictionary.aruba
84 $INCLUDE dictionary.ascend
85 $INCLUDE dictionary.bay
86 $INCLUDE dictionary.bintec
87 $INCLUDE dictionary.cablelabs
88 $INCLUDE dictionary.cabletron
89 $INCLUDE dictionary.cisco
90 #
91 #        The Cisco VPN300 dictionary is the same as the altiga one.
92 #        You shouldn't use both at the same time.
93 #
94 #$INCLUDE dictionary.cisco.vpn3000
95 $INCLUDE dictionary.cisco.vpn5000
96 $INCLUDE dictionary.cisco.bbsm
97 $INCLUDE dictionary.colubris
98 $INCLUDE dictionary.cosine
99 $INCLUDE dictionary.epygi
100 $INCLUDE dictionary.erx
101 $INCLUDE dictionary.extreme
102 $INCLUDE dictionary.freeradius
103 $INCLUDE dictionary.foundry
104 $INCLUDE dictionary.gandalf
105 $INCLUDE dictionary.gemtek
106 $INCLUDE dictionary.issanni
107 $INCLUDE dictionary.itk
108 $INCLUDE dictionary.juniper
109 $INCLUDE dictionary.karlnet
110 $INCLUDE dictionary.livingston
111 $INCLUDE dictionary.localweb
112 $INCLUDE dictionary.lucent
113 $INCLUDE dictionary.microsoft
114 $INCLUDE dictionary.mikrotik
115 $INCLUDE dictionary.navini
116 $INCLUDE dictionary.ntua
117 $INCLUDE dictionary.nomadix
118 $INCLUDE dictionary.packeteer
119 $INCLUDE dictionary.propel
120 $INCLUDE dictionary.quintum
121 $INCLUDE dictionary.redback
122 $INCLUDE dictionary.redcreek
123 $INCLUDE dictionary.roaringpenguin
124 $INCLUDE dictionary.shasta
125 $INCLUDE dictionary.shiva
126 $INCLUDE dictionary.sonicwall
127 $INCLUDE dictionary.springtide
128 $INCLUDE dictionary.telebit
129 $INCLUDE dictionary.trapeze
130 $INCLUDE dictionary.t_systems_nova
131 $INCLUDE dictionary.usr
132 $INCLUDE dictionary.valemount
133 $INCLUDE dictionary.versanet
134 $INCLUDE dictionary.waverider
135 $INCLUDE dictionary.wispr
136 $INCLUDE dictionary.xedia
137
138 #
139 #       And finally the server internal attributes.
140 #
141 $INCLUDE dictionary.freeradius.internal
142
143 #
144 #       Miscellaneous attributes defined in weird places that
145 #       don't really belong anywhere else...
146 #
147 ATTRIBUTE       Originating-Line-Info   94      string
148
149 #  As defined in draft-sterman-aaa-sip-00.txt
150 ATTRIBUTE       Digest-Response         206     string
151 ATTRIBUTE       Digest-Attributes       207     octets  # stupid format
152
153
154 #
155 #       Integer Translations
156 #
157 VALUE           Service-Type            Voice                   12
158 VALUE           Service-Type            Fax                     13
159 VALUE           Service-Type            Modem-Relay             14
160 VALUE           Service-Type            IAPP-Register           15
161 VALUE           Service-Type            IAPP-AP-Check           16
162
163 VALUE           Framed-Protocol         GPRS-PDP-Context        7
164
165
166 VALUE           NAS-Port-Type           Wireless-CDMA2000       22
167 VALUE           NAS-Port-Type           Wireless-UMTS           23
168 VALUE           NAS-Port-Type           Wireless-1X-EV          24
169 VALUE           NAS-Port-Type           IAPP                    25
170
171 VALUE           Framed-Protocol         PPTP                    9