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 Run-Time Configuration Options -- `raddb/config').
The following command line options are accepted:
-A
--log-auth-detail
auth { detail yes; };
.
-a DIR
--acct-directory DIR
option { acct-dir DIR; };
.
-b
--dbm
usedbm yes;
.
-d DIR
--config-directory DIR
--directory D
-f
--foreground
-i IP
--ip-address
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; };
.
Please note, that listen
statement in `raddb/config'
provides a better control over IP addresses to listen on (See section auth
statement, and
see section acct
statement).
-L
--license
-l DIR
--logging-directory DIR
option { log-dir DIR; };
.
-mb
--mode b
-mc
--mode c
-mt
--mode t
radiusd
starts an interactive interpreter
which allows to test various aspects of its configuration.
-n
--auth-only
-p PORTNO
--port PORTNO
-P DIR
--pid-file-dir DIR
-S
--log-stripped-names
auth { strip-names yes };
.
-s
--single-process
-v
--version
-x DEBUG_LEVEL
--debug DEBUG_LEVEL
MODULE MODULE = LEVELwhere MODULE is the module name or any non-ambiguous assignment thereof, LEVEL is the debugging level in the range 0-100. section Debugging Config file equivalent:
logging { category debug { level DEBUG_LEVEL; }; };
-y
--log-auth
logging { category auth { detail yes;
}; };
.
-z
--log-auth-pass
logging { category auth { print-pass yes; }; };
See section Run-Time Configuration Options -- `raddb/config'.
Go to the first, previous, next, last section, table of contents.