Deleted Added
full compact
fingerd.8 (140414) fingerd.8 (206038)
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)fingerd.8 8.1 (Berkeley) 6/4/93
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)fingerd.8 8.1 (Berkeley) 6/4/93
33.\" $FreeBSD: head/libexec/fingerd/fingerd.8 140414 2005-01-18 09:29:40Z ru $
33.\" $FreeBSD: head/libexec/fingerd/fingerd.8 206038 2010-04-01 13:11:39Z des $
34.\"
34.\"
35.Dd June 4, 1993
35.Dd April 1, 2010
36.Dt FINGERD 8
37.Os
38.Sh NAME
39.Nm fingerd
40.Nd remote user information server
41.Sh SYNOPSIS
42.Nm
36.Dt FINGERD 8
37.Os
38.Sh NAME
39.Nm fingerd
40.Nd remote user information server
41.Sh SYNOPSIS
42.Nm
43.Op Fl d
44.Op Fl k
43.Op Fl s
44.Op Fl l
45.Op Fl p Ar filename
46.Sh DESCRIPTION
47The
48.Nm
49utility uses a simple protocol based on
50.%T RFC1196

--- 50 unchanged lines hidden (view full) ---

101.Dq user names .
102If a name is ambiguous, all possible derivations are returned.
103.Pp
104The following options may be passed to
105.Nm
106as server program arguments in
107.Pa /etc/inetd.conf :
108.Bl -tag -width indent
45.Op Fl s
46.Op Fl l
47.Op Fl p Ar filename
48.Sh DESCRIPTION
49The
50.Nm
51utility uses a simple protocol based on
52.%T RFC1196

--- 50 unchanged lines hidden (view full) ---

103.Dq user names .
104If a name is ambiguous, all possible derivations are returned.
105.Pp
106The following options may be passed to
107.Nm
108as server program arguments in
109.Pa /etc/inetd.conf :
110.Bl -tag -width indent
111.It Fl d
112Enable debugging mode.
113In debugging mode,
114.Nm
115will not attempt any network-related operations on
116.Va stdin ,
117and it will print the full
118.Nm finger
119command line
120to
121.Va stderr
122before executing it.
123.It Fl k
124Suppress login information.
125See the description of the
126.Fl k
127option in
128.Xr finger 1
129for details.
109.It Fl s
110Enable secure mode.
111Queries without a user name are rejected and
112forwarding of queries to other remote hosts is denied.
113.It Fl l
114Enable logging.
115The name of the host originating the query is reported via
116.Xr syslog 3

--- 44 unchanged lines hidden ---
130.It Fl s
131Enable secure mode.
132Queries without a user name are rejected and
133forwarding of queries to other remote hosts is denied.
134.It Fl l
135Enable logging.
136The name of the host originating the query is reported via
137.Xr syslog 3

--- 44 unchanged lines hidden ---