source: npl/commonservers/radius_conf/root/home/system/radius/raddb/dictionary

Last change on this file was 995241a, checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago

radius upgrade 2.2.10. seperate config package. remove old radius 1.x files

  • Property mode set to 100644
File size: 929 bytes
Line 
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: dictionary.in,v 1.4 2004/04/14 15:26:20 aland Exp $
9#
10
11#
12#       The filename given here should be an absolute path.
13#
14$INCLUDE        /usr/share/freeradius/dictionary
15
16#
17#       Place additional attributes or $INCLUDEs here.  They will
18#       over-ride the definitions in the pre-defined dictionaries.
19#
20#       See the 'man' page for 'dictionary' for information on
21#       the format of the dictionary files.
22
23#
24#       If you want to add entries to the dictionary file,
25#       which are NOT going to be placed in a RADIUS packet,
26#       add them here.  The numbers you pick should be between
27#       3000 and 4000.
28#
29
30#ATTRIBUTE      My-Local-String         3000    string
31#ATTRIBUTE      My-Local-IPAddr         3001    ipaddr
32#ATTRIBUTE      My-Local-Integer        3002    integer
Note: See TracBrowser for help on using the repository browser.