Removed most everything from the main "dictionary" file, and
[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.ascend
84 $INCLUDE dictionary.bay
85 $INCLUDE dictionary.bintec
86 $INCLUDE dictionary.cabletron
87 $INCLUDE dictionary.cisco
88 #
89 #        The Cisco VPN300 dictionary is the same as the altiga one.
90 #        You shouldn't use both at the same time.
91 #
92 #$INCLUDE dictionary.cisco.vpn3000
93 $INCLUDE dictionary.cisco.vpn5000
94 $INCLUDE dictionary.cisco.bbsm
95 $INCLUDE dictionary.colubris
96 $INCLUDE dictionary.epygi
97 $INCLUDE dictionary.erx
98 $INCLUDE dictionary.extreme
99 $INCLUDE dictionary.freeradius
100 $INCLUDE dictionary.foundry
101 $INCLUDE dictionary.gandalf
102 $INCLUDE dictionary.gemtek
103 $INCLUDE dictionary.itk
104 $INCLUDE dictionary.juniper
105 $INCLUDE dictionary.karlnet
106 $INCLUDE dictionary.livingston
107 $INCLUDE dictionary.localweb
108 $INCLUDE dictionary.microsoft
109 $INCLUDE dictionary.navini
110 $INCLUDE dictionary.ntua
111 $INCLUDE dictionary.nomadix
112 $INCLUDE dictionary.propel
113 $INCLUDE dictionary.quintum
114 $INCLUDE dictionary.redback
115 $INCLUDE dictionary.redcreek
116 $INCLUDE dictionary.shasta
117 $INCLUDE dictionary.shiva
118 $INCLUDE dictionary.sonicwall
119 $INCLUDE dictionary.springtide
120 $INCLUDE dictionary.telebit
121 $INCLUDE dictionary.trapeze
122 $INCLUDE dictionary.usr
123 $INCLUDE dictionary.valemount
124 $INCLUDE dictionary.versanet
125 $INCLUDE dictionary.waverider
126 $INCLUDE dictionary.wispr
127 $INCLUDE dictionary.xedia
128
129 #
130 #       And finally the server internal attributes.
131 #
132 $INCLUDE dictionary.freeradius.internal
133
134 ATTRIBUTE       Originating-Line-Info   94      string
135
136 #  As defined in draft-sterman-aaa-sip-00.txt
137 ATTRIBUTE       Digest-Response         206     string
138 ATTRIBUTE       Digest-Attributes       207     octets  # stupid format
139
140
141 #
142 #       Integer Translations
143 #
144 VALUE           Service-Type            Voice                   12
145 VALUE           Service-Type            Fax                     13
146 VALUE           Service-Type            Modem-Relay             14
147 VALUE           Service-Type            IAPP-Register           15
148 VALUE           Service-Type            IAPP-AP-Check           16
149
150 VALUE           Framed-Protocol         GPRS-PDP-Context        7
151
152
153 VALUE           NAS-Port-Type           Wireless-CDMA2000       22
154 VALUE           NAS-Port-Type           Wireless-UMTS           23
155 VALUE           NAS-Port-Type           Wireless-1X-EV          24
156 VALUE           NAS-Port-Type           IAPP                    25
157
158 VALUE           Framed-Protocol         PPTP                    9