Next: Clients List — raddb/clients, Previous: Run-Time Configuration Options — raddb/config, Up: Radius Configuration Files [Contents][Index]
The dictionary file raddb/dictionary defines the symbolic names for radius attributes and their values (see Attributes). The file consists of a series of statements, each statement occupies one line.
In the detailed discussion below we use the following meta-syntactic characters:
Denotes a decimal, octal or hexadecimal number. Usual C conventions are honored, i.e. if number starts with ‘0x’ or ‘0X’ it is read as a hex number, if it starts with ‘0’ it is read as an octal number, otherwise it is read as a decimal one.
Denotes an attribute type. These are valid attribute types:
stringA string type.
integerAn integer type.
ipaddrIP address in a dotted-quad form.
dateA date in the format: "MON DD CCYY", where MON is the usual three-character abbreviation, DD is day of month (1-31), CCYY is the year, including the century.