1IN.IDENTTESTD(8) Library functions IN.IDENTTESTD(8)
2
3
4
6 in.identtestd - a small daemon that can be used to test Ident servers
7
8
10 in.identtestd
11
12
14 in.identtestd is a small daemon (to be started from inetd) that does an
15 ident lookup on you if you telnet into it. Can be used to verify that
16 your Ident server is working correctly.
17
18 The source code can be found in the libident source tarball, as ident-
19 tester.c.
20
21
23 A typical entry in /etc/inetd.conf would be:
24
25 9999 stream tcp nowait root /usr/sbin/in.identtestd in.identtestd
26
27 With the above entry in place and active, execute "telnet hostname
28 9999" from either this system, or another system. It should show some‐
29 thing like:
30
31 Trying hostname...
32 Connected to hostname.
33 Escape character is '^]'.
34 Welcome to the IDENT server tester, version 2.0
35
36 (Linked with libident 0.30)
37
38 Connecting to Ident server at 192.168.1.1...
39 Querying for lport 1109, fport 9999....
40 Reading response data...
41 Userid response is:
42 Lport........ 1109
43 Fport........ 9999
44 Opsys........ UNIX
45 Charset...... <not specified>
46 Identifier... paul
47 Connection closed by foreign host.
48
49
51 Peter Eriksson <pen@lysator.liu.se>
52 Manpage written for Debian by Paul Slootman <paul@debian.org>.
53
55 ident(3), identd(8), xinetd(8)
56
57
58
593rd Berkeley Distribution IN.IDENTTESTD(8)