radiusd.conf

Section: FreeRADIUS configuration file (5)
Updated: 02 May 2000
Index Return to Main Contents
 

NAME

radiusd.conf - configuration file for the FreeRADIUS server  

DESCRIPTION

The radiusd.conf file resides in the radius database directory, by default /etc/raddb. It defines the global configuration for the FreeRADIUS server.

 

FILE FORMAT

The file consists of attribute-value pairs, sections, and comments.

Attribute-value pairs are of the form name = value.

A section begins with a section name, followed on the same line by an open bracket {. The section may contain other sections, or attribute-value pairs. The section ends with a close bracket }, on a line by itself.

Any line beginning with a (#) is deemed to be a comment, and is ignored. Lines containing only whitespace are also ignored.

The file is line-based. That is, each newline-terminated line represents either a comment, a section name, or an attribute-value pair. It is not possible to specify multiple items on the same line, and there are no continuation lines.

The value for a particular attribute may reference a previously defined attribute by name. The standard shell reference format ${name} is used.

The individidual configuration directives are too numerous to list here, so this manual page only documents the file format. Please read the sample configuration file distributed with the server for comments describing each of the allowed configuration directives.

 

EXAMPLES

      foo = bar

Sets variable foo to value bar.

       blogs = ${foo}

Sets variable blogs to the value of variable foo.

       my_section {

               baz = bud

       }

Defines a section named my_section, containing variable baz.

 

FILES

/etc/raddb/radiusd.conf  

SEE ALSO

radiusd(8), users(5) clients(5)

 

AUTHOR

Alan DeKok <aland@ox.org>


 

Index

NAME
DESCRIPTION
FILE FORMAT
EXAMPLES
FILES
SEE ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 22:43:21 GMT, June 03, 2002