[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
When started radiusd
uses the configuration values from the following
sources (in order of increasing precedence):
Whenever a command line options has its equivalent in config file the use of this equivalent should be preferred (see section 5.1 Run-Time Configuration Options -- `raddb/config').
The following command line options are accepted:
Config file equivalent: auth { detail yes; };
.
Config file equivalent: option { acct-dir DIR; };
.
Config file equivalent: usedbm yes;
.
radiusd
will listen on.
If this option is not specified, the program will listen on all
IP addresses, assigned to the machine it runs on.
Config file equivalent: option { source-ip IP; };
.
Note that listen
statement in `raddb/config'
provides a better control over IP addresses to listen on (see section 5.1.3 auth
statement, and
see section 5.1.4 acct
statement).
Config file equivalent: option { log-dir DIR; };
.
builddbm
.
radiusd
starts an interactive interpreter
which allows to test various aspects of its configuration.
Do not resolve IP addresses for diagnostic output. This can reduce the amount of network traffic and speed up the server.
Config file equivalent: option { resolve no };
.
Config file equivalent: auth { strip-names yes };
.
MODULE MODULE = LEVEL |
where MODULE is the module name or any non-ambiguous assignment thereof, LEVEL is the debugging level in the range 0-100. 10.2 Debugging
Config file equivalent:
logging { category debug { level DEBUG_LEVEL; }; }; |
Config file equivalent: logging { category auth { detail yes;
}; };
.
Config file equivalent:
logging { category auth { print-pass yes; }; }; |
See section 5.1 Run-Time Configuration Options -- `raddb/config'.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |