-.TH RADZAP 1 "8 April 2005" "" "FreeRadius Daemon"
+.TH RADZAP 1 "8 April 2005" "" "FreeRADIUS Daemon"
.SH NAME
radzap - remove rogue entries from the active sessions database
.SH SYNOPSIS
.RB [ \-x ]
\fIserver[:port] secret\fP
.SH DESCRIPTION
-The FreeRadius server can be configured to maintain an active session
+The FreeRADIUS server can be configured to maintain an active session
database in a file called \fIradutmp\fP. Commands like \fBradwho\fP(1)
use this database. Sometimes that database can get out of sync, and
then it might contain rogue entries. \fBradzap\fP can clean up this
an "update" block.
The packet type and protocol can be changed in a subrequest, by
-changing the second paramater to the subrequest. That parameter can
+changing the second parameter to the subrequest. That parameter can
be:
* packet name, e.g. "Access-Request"
}
.DE
The purpose of a "subrequest" section is to create a child request
-which can be edited and upated independently of the parent.
+which can be edited and updated independently of the parent.
The return value of the subrequest is taken from the return value of
the subsection being run.
"control". As of Version 3, the <list> can be omitted, in which case
"request" is assumed.
-The "control" list is the list of attributes maintainted internally by
+The "control" list is the list of attributes maintained internally by
the server that controls how the server processes the request. Any
attribute that does not go in a packet on the network will generally
be placed in the "control" list.
quotes, or back-quoted). Also evaluates to true if 'foo' is a
non-zero number. Note that the language is poorly typed, so the
string "0000" can be interpreted as a numerical zero. This issue can
-be avoided by comparings strings to an empty string, rather than by
+be avoided by comparing strings to an empty string, rather than by
evaluating the string by itself.
If the word 'foo' is not a quoted string, then it can be taken as a
.IP ==
Keep only those attributes which have values matching the given one.
-Note that this operator (eqaulity filtering) is very different than
+Note that this operator (equality filtering) is very different than
the '=' operator (set if not already existing) described above!
.IP !=
Keep only those attributes which have values not equal to the
.IP ok
Instructs the server that the request was processed properly. This
keyword can be used to over-ride earlier failures, if the local
-administrator determines that the faiures are not catastrophic.
+administrator determines that the failures are not catastrophic.
.IP reject
Causes the request to be immediately rejected
.SH MODULE RETURN CODES