-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrivial.fingerd.8
More file actions
56 lines (56 loc) · 1.63 KB
/
trivial.fingerd.8
File metadata and controls
56 lines (56 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
\" Copyright (C) 2010 Richard Kettlewell
\"
\" This program is free software: you can redistribute it and/or modify
\" it under the terms of the GNU General Public License as published by
\" the Free Software Foundation, either version 3 of the License, or
\" (at your option) any later version.
\"
\" This program is distributed in the hope that it will be useful,
\" but WITHOUT ANY WARRANTY; without even the implied warranty of
\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
\" GNU General Public License for more details.
\"
\" You should have received a copy of the GNU General Public License
\" along with this program. If not, see <http://www.gnu.org/licenses/>.
.TH trivial.fingerd 8
.SH NAME
trivial.fingerd \- small featureless finger daemon
.SH SYNOPSIS
.B trivial.fingerd
.SH DESCRIPTION
.B trivial.fingerd
is a server for the finger protocol.
.PP
This implementation will reveal only the following things:
.IP \(bu 2
Whether the specified username exists or not.
.IP \(bu
The user's real name.
.IP \(bu
The contents of the user's
.I .project
file, if it exists.
.IP \(bu
The contents of the user's
.I .plan
file, if it exists.
.PP
It will not reveal the following:
.IP \(bu 4
A list of all logged-on users.
.IP \(bu
Whether a user is logged on, or details such as where they logged on
from, their idle time, etc.
.IP \(bu
A user's home directory or shell.
.IP \(bu
A user's mail forwarding arrangements.
.PP
It will never forward finger requests to another host.
.SH INSTALLATION
.B trivial.fingerd
expects to be run from
.BR inetd (8)
or similar and will refuse to run as root.
.SH AUTHOR
Richard Kettlewell <rjk@greenend.org.uk>