Radctl
is a control interface to radiusd
daemon. It allows
user running it to query radiusd
about various aspects of its
work and issue administrative commands to it.
radctl -s command [args]
Where command is a command telling radctl
which actions to
take, and args are optional arguments to the command. Only one
command can be specified per invocation.
The valid commands are as follows:
start [args]
radiusd
is not running already, it is started. When
present, args are passed as the command line to the
server.
stop
radiusd
.
restart [args]
reload
radiusd
server to re-read its configuration files.
dumpdb
radiusd
to dump its user hash table into the file
`radlog/radius.parse'. This can be used for debugging
configuration files.
status
radiusd
reports its memory usage statistics. The information is
logged under Info
log level.
which
radiusd
.
Go to the first, previous, next, last section, table of contents.