Annotation of embedaddon/strongswan/testing/hosts/alice/etc/freeradius/dictionary, revision 1.1

1.1     ! misho       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 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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>