summaryrefslogtreecommitdiff
path: root/libexec/identd/identd.8
blob: b01215600a828edc51e2d6d6394a07690125b249 (plain)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
.\"	$OpenBSD: identd.8,v 1.7 1998/09/16 20:22:14 deraadt Exp $
.\"
.\" Copyright (c) 1997, Jason Downs.  All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\"    notice, this list of conditions and the following disclaimer in the
.\"    documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\"    must display the following acknowledgment:
.\"      This product includes software developed by Jason Downs for the
.\"      OpenBSD system.
.\" 4. Neither the name(s) of the author(s) nor the name OpenBSD
.\"    may be used to endorse or promote products derived from this software
.\"    without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS
.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
.\" DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT,
.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)identd.8 1.9 92/02/11 Lysator
.\" Copyright (c) 1992 Peter Eriksson, Lysator, Linkoping University.
.\" This software has been released into the public domain.
.\"
.Dd July 27, 1997
.Dt IDENTD 8
.Os OpenBSD
.Sh NAME
.Nm identd
.Nd TCP/IP IDENT protocol server
.Sh SYNOPSIS
.Nm
.Op Fl i | w | b
.Op Fl t Ar seconds
.Op Fl u Ar uid
.Op Fl g Ar gid
.Op Fl p Ar port
.Op Fl a Ar address
.Op Fl c Ar charset
.Op Fl noelVvmNdh
.Sh DESCRIPTION
.Nm
is a server which implements the
.Tn TCP/IP
proposed standard
.Tn IDENT
user identification protocol as specified in the
.Tn RFC 1413
document.
.Pp
.Nm
operates by looking up specific
.Tn TCP/IP
connections and returning the user name of the
process owning the connection.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl i 
Tells 
.Nm identd
to run as a process started from 
.Xr inetd 8
with the "nowait" option in the  
.Pa /etc/inetd.conf
file. Use of this mode will make
.Xr inetd 8
start one
.Nm
daemon for each connection request. This is the default mode of operation.
.It Fl w
Tells 
.Nm identd
to run as a process started from 
.Xr inetd 8
with the "wait" option in the  
.Pa /etc/inetd.conf
file.  This mode of operation will start a copy of
.Nm
at the first connection request and then
.Nm
will handle subsequent requests. 
Previous versions listed this as the preferred mode of
operation due to the initial overhead of parsing the kernel nlist.
This version does not use kmem or nlist parsing, so this reasoning
is no longer valid.
.It Fl b
Specify operation as a stand alone daemon.
.It Fl h
Hide the actual information about the user by providing an opaque
token instead.  This token is entered into the local system logs
so that the administrator can later discover who the real user was.
.It Fl t Ar seconds
Specifies an idle timeout in seconds where a daemon running in
"wait" mode will timeout and exit. The default is no timeout.
.It Fl u Ar uid
Specify a user id number or user name which the
.Nm identd
server should
switch to after binding itself to the
.Tn TCP/IP
port if running as a stand alone daemon.
.It Fl g Ar gid
Specify a group id number or group name which the
.Nm
server should
switch to after binding itself to the
.Tn TCP/IP
port if running as a stand alone daemon
.It Fl p Ar port
Specify an alternative port number or service name 
on which to listen when running as a stand alone daemon 
Default is "auth" (113).
.It Fl a Ar address
Specify a local IP address in dotted quad format 
to bind the listen socket to if 
running as a standalone daemon. by default the daemon
listens on all local IP addresses.
.It Fl V
Print the version number and the exit.
.It Fl l
Use 
.Xr syslogd 8
for logging purposes.
.It Fl v
Log every request to syslog if 
.Fl l
above is specified. 
.It Fl o
Do the operating system type, instead 
always return
.Dq OTHER .
.It Fl e
Always return
.Dq UNKNOWN-ERROR
instead of the
.Dq NO-USER
or
.Dq INVALID-PORT
errors.
.It Fl c Ar charset
Specify an optional character set designator to be included in replies.
.Ar charset
should be a valid character set as described in the
.Tn MIME RFC
in upper case characters.
.It Fl n
Always return uid numbers instead of usernames.
.It Fl N
When replying with a user name or id, first 
check for a file
.Pa .noident
in the user's home directory. If this file is accessible, return 
.Dq HIDDEN-USER 
instead of the normal USERID response.
.It Fl m
Allow multiple requests to be
processed per session.  Each request is specified one per line and
the responses will be returned one per line.  The connection will not
be closed until the client closes its end of the connection.
PLEASE NOTE THAT THIS MODE VIOLATES THE PROTOCOL SPECIFICATION AS
IT CURRENTLY STANDS.
.It Fl d
This flag enables some debugging code that normally should NOT
be enabled since that breaks the protocol and may reveal information
that should not be available to outsiders.
.Pp
.Sh SEE ALSO
.Xr inetd.conf 5
.Sh NOTES
.Nm
uses the 
.Li LOG_DAEMON
syslogd(8) facility to log messages.
.Pp
Unlike previous versions of 
.Nm identd,
this version uses 
.Xr sysctl 3
to obtain information from the kernel instead of parsing kmem. This
version does not require privilege beyond what is needed to bind
the listen port if running as a standalone daemon.
.Sh BUGS
Since
.Nm identd
should typically not be run as a privileged user or group, 
.Pa .noident
files for use when running with the
.Fl N
flag will need to be world accessible.