Penguin
Blame: in.identtestd(8)
EditPageHistoryDiffInfoLikePages
Annotated edit history of in.identtestd(8) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 IN.IDENTTESTD
2 !!!IN.IDENTTESTD
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 EXAMPLE
7 AUTHOR
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 in.identtestd - a small daemon that can be used to test Ident servers
14 !!SYNOPSIS
15
16
17 in.identtestd
18 !!DESCRIPTION
19
20
21 ''in.identtestd'' is a small daemon (to be started from
22 inetd) that does an ident lookup on you if you telnet into
23 it. Can be used to verify that your Ident server is working
24 correctly.
25
26
27 The source code can be found in the debian ''libident''
28 source package, as __ident-tester.c__.
29 !!EXAMPLE
30
31
32 A typical entry in /etc/inetd.conf would be:
33
34
35 9999 stream tcp nowait root /usr/sbin/in.identtestd in.identtestd
36 With the above entry in place and active, execute
37
38
39 Trying hostname...
40 Connected to hostname.
41 Escape character is '^]'.
42 Welcome to the IDENT server tester, version 1.9
43 (Linked with libident 0.22 Debian)
44 Connecting to Ident server at 192.168.1.1...
45 Querying for lport 1109, fport 9999....
46 Reading response data...
47 Userid response is:
48 Lport........ 1109
49 Fport........ 9999
50 Opsys........ UNIX
51 Charset......
52 !!AUTHOR
53
54
55 Peter Eriksson
56 Manpage written for debian by Paul Slootman
57 !!SEE ALSO
58
59
60 ident(3), identd(8),
61 tcpd(8)
62 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.