Change '--' to '-' in name of man page, due to reported problems
[freeradius.git] / man / man1 / radzap.1
1 .TH RADZAP 1 "22 February 2001" "" "FreeRadius Daemon"
2 .SH NAME
3 radzap - remove rogue entries from the active sessions database
4 .SH SYNOPSIS
5 .B radzap
6 .RB [ \-v ]
7 .I nas
8 .RB [ port ]
9 .RB [ username ]
10 .SH DESCRIPTION
11 The FreeRadius server can be configured to maintain an active session
12 database in a file called \fIradutmp\fP. Commands like \fBradwho\fP(1)
13 use this database. Sometimes that database can get out of sync, and
14 then it might contain rogue entries. \fBradzap\fP can clean up this
15 database.
16 .SH OPTIONS
17 .IP \-v
18 Verbose. Shows you what it is doing.
19 .IP nas
20 Hostname or IP address of the NAS (Network Access Server, sometimes
21 called "terminal server") of the session you want to remove.
22 .IP port
23 Port of the session you want to remove. This is the NAS-Port
24 radius attribute, it doesn't have anything to do with UDP port
25 numbers. Must be an integer. \fB-1\fP means "any", and is the
26 default if this option is not specified.
27 .IP username
28 Optional: the username of the session you want to remove.
29 .SH SEE ALSO
30 radwho(1),
31 radiusd(8),
32 radiusd.conf(5).
33 .SH AUTHOR
34 Miquel van Smoorenburg, miquels@cistron.nl.