Only available if FreeRADIUS is compiled with TCP transport support.
.IP "\-t \fIpap/chap/mschap/eap-md5\fP"
-Choose the authentiction method to use. e.g. "-t pap", "-t chap", "-t
+Choose the authentication method to use. e.g. "-t pap", "-t chap", "-t
mschap", or "-t eap-md5",. Defaults to "pap". Using EAP-MD5 requires
that the "radeapclient" program is installed.
-.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
.PP
This module validates a user with CHAP authentication.
If called in Authorize, it will look for CHAP-Password
-attribute in the Acess-Request and adds an Auth-Type
+attribute in the Access-Request and adds an Auth-Type
attribute set to CHAP if the Config-Items list unless
Auth-Type has already set.
.PP
are attributes created by either you or a vendor-supplied
dictionary.
-The methematical operators supported by the expression module are:
+The mathematical operators supported by the expression module are:
.TP
.B +
addition
entry. This may be useful if you have multiple realm module instances.
The default is 'no'.
.PP
-This module parses the realm from the User-Name attrbiute according
+This module parses the realm from the User-Name attribute according
to the instance configuration, and then performs a lookup to find a
matching realm in the '/etc/raddb/proxy.conf' file. Depending on the
configuration of the Realm as matched in the file, the username may
The tables where group Check-Items and Reply-Items are stored.
.IP usergroup_table
The table where username to group relationships are stored.
-.IP deletestatlesessions
+.IP deletestalesessions
This option is set to 'yes' or 'no'. If you are doing
Simultaneous-Use checking, and this is set to yes, stale sessions (
defined as sessions for which a Stop record was not received ) will be
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 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
protocols such as PAP, CHAP, MS-CHAP(v2), HTTP Digest, and EAP
(EAP-MD5, EAP-TLS, PEAP, EAP-TTLS, EAP-SIM, etc.).
-It also has fullsupport for Cisco's VLAN Query Protocol (VMPS) and
+It also has full support for Cisco's VLAN Query Protocol (VMPS) and
DHCP.
Please read the DEBUGGING section below. It contains instructions
or other attributes sent by the access server. It also provides for
mapping user names (such as Pusername -> username). This provides the
functionality that the \fILivingston 2.0\fP server has as "Prefix" and
-"Suffix" support in the \fIusers\fP file, but is more general. Ofcourse
+"Suffix" support in the \fIusers\fP file, but is more general. Of course
the Livingston way of doing things is also supported, and you can even use
both at the same time (within certain limits).
.IP huntgroups