Copied from Cistron 1.6.5, with minor changes for FreeRADIUS
[freeradius.git] / man / man1 / radwho.1
1 .TH RADWHO 1 "23 February 2001" "" "FreeRADIUS Daemon"
2 .SH NAME
3 radwho -- show online users
4 .SH SYNOPSIS
5 .B radwho
6 .RB [ \-l ]
7 .RB [ \-h ]
8 .RB [ \-f ]
9 .RB [ \-n ]
10 .RB [ \-s ]
11 .RB [ \-i ]
12 .RB [ \-p ]
13 .RB [ \-c ]
14 .RB [ \-r ]
15 .SH DESCRIPTION
16 The FreeRADIUS server can be configured to maintain an active session
17 database in a file called \fIradutmp\fP. This utility shows the
18 content of that session database.
19 .SH OPTIONS
20 .IP \-l
21 Show local shell users too. In this case, \fBradwho\fP reads the
22 local "session database" aka the systems \fIutmp\fP file as well
23 and shows the contents of that file before the contents of the
24 radius "session database" aka the \fIradutmp\fP file, in the
25 same format.
26 .IP \-h
27 Hide shell users. Doesn't show the entries for users that do not
28 have a SLIP or PPP session.
29 .IP \-f
30 Behave as the 'fingerd' daemon - waits for one line of input, then
31 prints the output with lines \\r\\n terminated.
32 .IP \-n
33 Normally radwho looks up the username in the systems password file,
34 and shows the full username as well. The \fB-n\fP flags prevents this.
35 .IP \-s
36 Show full name.
37 .IP \-i
38 Shows the session ID instead of the full name.
39 .IP \-p
40 Adds an extra column for the port type - I for ISDN, A for Analog.
41 .IP \-c
42 Shows caller ID (if available) instead of the full name.
43 .IP \-r
44 Outputs all data in \fIraw\fP format - no headers, no formatting,
45 fields are comma-seperated.
46
47 .SH SEE ALSO
48 radiusd(8).
49 .SH AUTHOR
50 Miquel van Smoorenburg, miquels@cistron.nl.
51
52 .SH SEE ALSO
53 radiusd(8),
54 radiusd.conf(5),
55 wtmp(5),
56 last(1).
57 .SH AUTHOR
58 Miquel van Smoorenburg, miquels@cistron.nl.