From: Alan T. DeKok Date: Mon, 14 Mar 2011 13:15:21 +0000 (+0100) Subject: Updated command list X-Git-Tag: release_2_1_11~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4a66746d812f621635e475989630fdf4500f5b6;p=thirdparty%2Ffreeradius-server.git Updated command list radmin -e "help -r" | perl -ne 's/^(.*) - /\n/;$foo = $1; $foo =~ s/\ /\\ /g;print ".IP ", $foo;print;' > foo --- diff --git a/man/man8/radmin.8 b/man/man8/radmin.8 index d98c6e580be..57642bc4fe2 100644 --- a/man/man8/radmin.8 +++ b/man/man8/radmin.8 @@ -1,4 +1,4 @@ -.TH RADMIN 8 "19 Jul 2010" "" "FreeRADIUS Server Administration Tool" +.TH RADMIN 8 "14 Mar 2011" "" "FreeRADIUS Server Administration Tool" .SH NAME radmin - FreeRADIUS Administration tool .SH SYNOPSIS @@ -97,8 +97,22 @@ Enable debugging for requests matching [condition] Set debug level to . Higher is more debugging. .IP debug\ file\ [filename] Send all debugging output to [filename] +.IP del\ +do sub-command of del +.IP del\ client\ +Delete client configuration commands +.IP del\ client\ ipaddr\ +Delete a dynamically created client .IP hup\ [module] sends a HUP signal to the server, or optionally to one module +.IP inject\ +commands to inject packets into a running server +.IP inject\ to\ \ +Inject packets to the destination IP and port. +.IP inject\ from\ +Inject packets as if they came from +.IP inject\ file\ \ +Inject packet from input-file>, with results sent to .IP reconnect reconnect to a running server .IP terminate @@ -109,6 +123,8 @@ do sub-command of set set module commands .IP set\ module\ config\ \ variable\ value set configuration for +.IP set\ module\ status\ [alive|dead] +set the module to be alive or dead (always return "fail") .IP set\ home_server\ set home server commands .IP set\ home_server\ state\ \ \ [alive|dead] @@ -156,9 +172,11 @@ Prints out configuration as XML .IP stats\ do sub-command of stats .IP stats\ client\ [auth/acct]\ -show statistics for client -.IP stats\ home_server\ \ -show statistics for home server +show statistics for given client, or for all clients (auth or acct) +.IP stats\ home_server\ [/auth/acct]\ +show statistics for given home server (ipaddr and port), or for all home servers (auth or acct) +.IP stats\ detail\ +show statistics for the given detail file .SH SEE ALSO unlang(5), radiusd.conf(5), raddb/sites-available/control-socket .SH AUTHOR