Unleashed v1.4
[unleashed.git] / share / man / man8 / in.fingerd.8
blob5d73d38625f05647b0eb9bf04aec3488cdd971e9
1 '\" te
2 .\"  Copyright 1989 AT&T
3 .\"  Copyright (c) 2004, Sun Microsystems, Inc.  All Rights Reserved
4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
5 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
7 .TH IN.FINGERD 8 "Nov 9, 2015"
8 .SH NAME
9 in.fingerd, fingerd \- remote user information server
10 .SH SYNOPSIS
11 .LP
12 .nf
13 \fB/usr/sbin/in.fingerd\fR
14 .fi
16 .SH DESCRIPTION
17 .LP
18 \fBfingerd\fR implements the server side of the Name/Finger protocol, specified
19 in \fIRFC 742\fR. The Name/Finger protocol provides a remote interface to
20 programs which display information on system status and individual users. The
21 protocol imposes little structure on the format of the exchange between client
22 and server. The client provides a single command line to the finger server
23 which returns a printable reply.
24 .sp
25 .LP
26 \fBfingerd\fR waits for connections on \fBTCP\fR port 79. Once connected, it
27 reads a single command line terminated by RETURN-LINEFEED and passes the
28 arguments to \fBfinger\fR(1), prepended with \fB-s\fR. \fBfingerd\fR closes its
29 connections as soon as the output is finished.
30 .SH FILES
31 .ne 2
32 .na
33 \fB\fB/var/log/utmpx\fR\fR
34 .ad
35 .RS 20n
36 User and accounting information.
37 .RE
39 .sp
40 .ne 2
41 .na
42 \fB\fB/etc/passwd\fR\fR
43 .ad
44 .RS 20n
45 System password file.
46 .RE
48 .sp
49 .ne 2
50 .na
51 \fB\fB/var/log/lastlog.v2\fR\fR
52 .ad
53 .RS 20n
54 Last login times.
55 .RE
57 .sp
58 .ne 2
59 .na
60 \fB\fB$HOME/.plan \fR\fR
61 .ad
62 .RS 20n
63 User's plans.
64 .RE
66 .sp
67 .ne 2
68 .na
69 \fB\fB$HOME/.project \fR\fR
70 .ad
71 .RS 20n
72 User's projects.
73 .RE
75 .SH USAGE
76 .LP
77 \fBfingerd\fR and \fBin.fingerd\fR are IPv6-enabled. See \fBip6\fR(7P).
78 .SH SEE ALSO
79 .LP
80 \fBfinger\fR(1), \fBsvcs\fR(1), \fBinetadm\fR(8), \fBinetd\fR(8),
81 \fBsvcadm\fR(8), \fBattributes\fR(5), \fBsmf\fR(5), \fBip6\fR(7P)
82 .sp
83 .LP
84 Harrenstien, Ken, \fIRFC 742, NAME/FINGER\fR,  Network Information Center, SRI
85 International, Menlo Park, Calif., December 1977.
86 .SH NOTES
87 .LP
88 Connecting directly to the server from a \fBTIP\fR or an equally narrow-minded
89 TELNET-protocol user program can result in meaningless attempts at option
90 negotiation being sent to the server, which foul up the command line
91 interpretation. \fBfingerd\fR should be taught to filter out \fBIAC\fR's and
92 perhaps even respond negatively (\fBIAC\fR does not)  to all option commands
93 received.
94 .sp
95 .LP
96 The \fBin.fingerd\fR service is managed by the service management facility,
97 \fBsmf\fR(5), under the service identifier:
98 .sp
99 .in +2
101 svc:/network/finger:default
103 .in -2
108 Administrative actions on this service, such as enabling, disabling, or
109 requesting restart, can be performed using \fBsvcadm\fR(8). Responsibility for
110 initiating and restarting this service is delegated to \fBinetd\fR(8). Use
111 \fBinetadm\fR(8) to make configuration changes and to view configuration
112 information for this service. The service's status can be queried using the
113 \fBsvcs\fR(1) command.