]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Updated command list
authorAlan T. DeKok <aland@freeradius.org>
Mon, 14 Mar 2011 13:15:21 +0000 (14:15 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 14 Mar 2011 13:15:21 +0000 (14:15 +0100)
radmin -e "help -r" | perl -ne 's/^(.*) - /\n/;$foo = $1; $foo =~ s/\ /\\ /g;print ".IP ", $foo;print;' > foo

man/man8/radmin.8

index d98c6e580be0ce6c8adbdd7b22de0884a82cefb2..57642bc4fe29750a48b134a0655934e1eb2e3393 100644 (file)
@@ -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 <number>.  Higher is more debugging.
 .IP debug\ file\ [filename]
 Send all debugging output to [filename]
+.IP del\ <command>
+do sub-command of del
+.IP del\ client\ <command>
+Delete client configuration commands
+.IP del\ client\ ipaddr\ <ipaddr>
+Delete a dynamically created client
 .IP hup\ [module]
 sends a HUP signal to the server, or optionally to one module
+.IP inject\ <command>
+commands to inject packets into a running server
+.IP inject\ to\ <ipaddr>\ <port>
+Inject packets to the destination IP and port.
+.IP inject\ from\ <ipaddr>
+Inject packets as if they came from <ipaddr>
+.IP inject\ file\ <input-file>\ <output-file>
+Inject packet from input-file>, with results sent to <output-file>
 .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\ <module>\ variable\ value
 set configuration for <module>
+.IP set\ module\ status\ [alive|dead]
+set the module to be alive or dead (always return "fail")
 .IP set\ home_server\ <command>
 set home server commands
 .IP set\ home_server\ state\ <ipaddr>\ <port>\ [alive|dead]
@@ -156,9 +172,11 @@ Prints out configuration as XML
 .IP stats\ <command>
 do sub-command of stats
 .IP stats\ client\ [auth/acct]\ <ipaddr>
-show statistics for client
-.IP stats\ home_server\ <ipaddr>\ <port>
-show statistics for home server
+show statistics for given client, or for all clients (auth or acct)
+.IP stats\ home_server\ [<ipaddr>/auth/acct]\ <port>
+show statistics for given home server (ipaddr and port), or for all home servers (auth or acct)
+.IP stats\ detail\ <filename>
+show statistics for the given detail file
 .SH SEE ALSO
 unlang(5), radiusd.conf(5), raddb/sites-available/control-socket
 .SH AUTHOR