HP Procurve attributes, as given by HP
[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.ericsson
102 $INCLUDE dictionary.extreme
103 $INCLUDE dictionary.freeradius
104 $INCLUDE dictionary.fortinet
105 $INCLUDE dictionary.foundry
106 $INCLUDE dictionary.gandalf
107 $INCLUDE dictionary.gemtek
108 $INCLUDE dictionary.issanni
109 $INCLUDE dictionary.itk
110 $INCLUDE dictionary.ipunplugged
111 $INCLUDE dictionary.juniper
112 $INCLUDE dictionary.karlnet
113 $INCLUDE dictionary.livingston
114 $INCLUDE dictionary.localweb
115 $INCLUDE dictionary.lucent
116 $INCLUDE dictionary.hp
117 $INCLUDE dictionary.microsoft
118 $INCLUDE dictionary.mikrotik
119 $INCLUDE dictionary.navini
120 $INCLUDE dictionary.netscreen
121 $INCLUDE dictionary.ntua
122 $INCLUDE dictionary.nomadix
123 $INCLUDE dictionary.nortel
124 $INCLUDE dictionary.packeteer
125 $INCLUDE dictionary.propel
126 $INCLUDE dictionary.quintum
127 $INCLUDE dictionary.redback
128 $INCLUDE dictionary.redcreek
129 $INCLUDE dictionary.roaringpenguin
130 $INCLUDE dictionary.shasta
131 $INCLUDE dictionary.shiva
132 $INCLUDE dictionary.sonicwall
133 $INCLUDE dictionary.springtide
134 $INCLUDE dictionary.starent
135 $INCLUDE dictionary.telebit
136 $INCLUDE dictionary.trapeze
137 $INCLUDE dictionary.t_systems_nova
138 $INCLUDE dictionary.usr
139 $INCLUDE dictionary.valemount
140 $INCLUDE dictionary.versanet
141 $INCLUDE dictionary.waverider
142 $INCLUDE dictionary.wispr
143 $INCLUDE dictionary.xedia
144 $INCLUDE dictionary.xylan
145
146 #
147 #       And finally the server internal attributes.
148 #
149 $INCLUDE dictionary.freeradius.internal
150
151 #
152 #       Miscellaneous attributes defined in weird places that
153 #       don't really belong anywhere else...
154 #
155 ATTRIBUTE       Originating-Line-Info                   94      string
156
157 #  As defined in draft-sterman-aaa-sip-00.txt
158 ATTRIBUTE       Digest-Response                         206     string
159 ATTRIBUTE       Digest-Attributes                       207     octets  # stupid format
160
161 #
162 #       Integer Translations
163 #
164 VALUE   Service-Type                    Voice                   12
165 VALUE   Service-Type                    Fax                     13
166 VALUE   Service-Type                    Modem-Relay             14
167 VALUE   Service-Type                    IAPP-Register           15
168 VALUE   Service-Type                    IAPP-AP-Check           16
169
170 VALUE   Framed-Protocol                 GPRS-PDP-Context        7
171
172 VALUE   NAS-Port-Type                   Wireless-CDMA2000       22
173 VALUE   NAS-Port-Type                   Wireless-UMTS           23
174 VALUE   NAS-Port-Type                   Wireless-1X-EV          24
175 VALUE   NAS-Port-Type                   IAPP                    25
176
177 VALUE   Framed-Protocol                 PPTP                    9