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