Radiusd.conf
The following configurations have been removed. See the new listen
sections for their replacements.
| v3 | v4 |
|---|---|
|
replaced with |
|
see |
|
see |
The log section has been updated to remove many configuration items
which are specific to RADIUS, and to Access-Request packets. Please
see sites-available/default, and look for the Access-Request
subsection there. See also
templates.conf for a way
to regain one global configuration for Access-Request packets.
Instantiate Section
The instantiate section has been removed. It originally started out
as a way to ensure that modules were instantiated in a particular
order. A later use of the instantiate section was to define
"virtual modules" for dynamic expansion. That functionality has been
moved to the mods-available/ and mods-enabled/ directories. i.e.
in version 4, just list the virtual module in a file, as if it was a
real module.
See the
redundant_sql
module for more information. In short, a virtual module can be put
into the mods-enabled directory as with any other module, as with
the following text:
redundant redundant_sql {
sql1
sql2
}
In this case, this definition creates a redundant_sql virtual
module.