Subversion Repositories configs

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
#
2
#	This is the master dictionary file, which references the
3
#	pre-defined dictionary files included with the server.
4
#
5
#	Any new/changed attributes MUST be placed in this file, as
6
#	the pre-defined dictionaries SHOULD NOT be edited.
7
#
8
#	$Id$
9
#
10
 
11
#
12
#  The DHCP dictionary is used only when the server is built with
13
#  "configure --with-dhcp".  It is not (and should not) be used in
14
#  other situations.  If you are running just a RADIUS server, this
15
#  line can be deleted.  If you are using DHCP, the following line
16
#  should be uncommented.
17
#
18
#  Ideally, the "configure" process should automatically enable this
19
#  dictionary, but we don't yet do that.
20
#
21
#$INCLUDE	/usr/dictionary.dhcp
22
 
23
#
24
#	The filename given here should be an absolute path.
25
#
26
$INCLUDE	/usr/share/freeradius/dictionary
27
 
28
#
29
#	Place additional attributes or $INCLUDEs here.  They will
30
#	over-ride the definitions in the pre-defined dictionaries.
31
#
32
#	See the 'man' page for 'dictionary' for information on
33
#	the format of the dictionary files.
34
 
35
#
36
#	If you want to add entries to the dictionary file,
37
#	which are NOT going to be placed in a RADIUS packet,
38
#	add them here.  The numbers you pick should be between
39
#	3000 and 4000.
40
#
41
 
42
#ATTRIBUTE	My-Local-String		3000	string
43
#ATTRIBUTE	My-Local-IPAddr		3001	ipaddr
44
#ATTRIBUTE	My-Local-Integer	3002	integer