blob: 1f7dc903f5bcb7fc557cfce0c2048ec588065f40 [file] [log] [blame]
Chetan Gaonker7f4bf742016-05-04 15:56:08 -07001#
2# This is the local dictionary file which can be
3# edited by local administrators. It will be loaded
4# AFTER the main dictionary files are loaded.
5#
6# As of version 3.0.2, FreeRADIUS will automatically
7# load the main dictionary files from
8#
9# ${prefix}/share/freeradius/dictionary
10#
11# It is no longer necessary for this file to $INCLUDE
12# the main dictionaries. However, if the $INCLUDE
13# line is here, nothing bad will happen.
14#
15# Any new/changed attributes MUST be placed in this file.
16# The pre-defined dictionaries SHOULD NOT be edited.
17#
18# See "man dictionary" for documentation on its format.
19#
20# $Id: eed5d70f41b314f9ed3f006a22d9f9a2be2c9516 $
21#
22
23#
24# All local attributes and $INCLUDE's should go into
25# this file.
26#
27
28# If you want to add entries to the dictionary file,
29# which are NOT going to be placed in a RADIUS packet,
30# add them to the 'dictionary.local' file.
31#
32# The numbers you pick should be between 3000 and 4000.
33# These attributes will NOT go into a RADIUS packet.
34#
35# If you want that, you will need to use VSAs. This means
36# requesting allocation of a Private Enterprise Code from
37# http://iana.org. We STRONGLY suggest doing that only if
38# you are a vendor of RADIUS equipment.
39#
40# See RFC 6158 for more details.
41# http://ietf.org/rfc/rfc6158.txt
42#
43
44#
45# These attributes are examples
46#
47#ATTRIBUTE My-Local-String 3000 string
48#ATTRIBUTE My-Local-IPAddr 3001 ipaddr
49#ATTRIBUTE My-Local-Integer 3002 integer