Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

in.identtestd(8) [debian man page]

IN.IDENTTESTD(8)						 Library functions						  IN.IDENTTESTD(8)

NAME
in.identtestd - a small daemon that can be used to test Ident servers SYNOPSIS
in.identtestd DESCRIPTION
in.identtestd is a small daemon (to be started from inetd) that does an ident lookup on you if you telnet into it. Can be used to verify that your Ident server is working correctly. The source code can be found in the debian libident source package, as ident-tester.c. EXAMPLE
A typical entry in /etc/inetd.conf would be: 9999 stream tcp nowait root /usr/sbin/in.identtestd in.identtestd With the above entry in place and active, execute "telnet hostname 9999" from either this system, or another system. It should show some- thing like: Trying hostname... Connected to hostname. Escape character is '^]'. Welcome to the IDENT server tester, version 1.9 (Linked with libident 0.22 Debian) Connecting to Ident server at 192.168.1.1... Querying for lport 1109, fport 9999.... Reading response data... Userid response is: Lport........ 1109 Fport........ 9999 Opsys........ UNIX Charset...... <not specified> Identifier... paul Connection closed by foreign host. AUTHOR
Peter Eriksson <pen@lysator.liu.se> Manpage written for debian by Paul Slootman <paul@debian.org>. SEE ALSO
ident(3), identd(8), tcpd(8) 3rd Berkeley Distribution IN.IDENTTESTD(8)

Check Out this Related Man Page

ident(n)						  Identification protocol client						  ident(n)

__________________________________________________________________________________________________________________________________________________

NAME
ident - Ident protocol client SYNOPSIS
package require Tcl 8.3 package require ident ?0.42? ::ident::query socket ?callback? _________________________________________________________________ DESCRIPTION
The ident package provides a client implementation of the ident protocol as defined in RFC 1413 (http://www.rfc-edi- tor.org/rfc/rfc1413.txt). ::ident::query socket ?callback? This command queries the ident daemon on the remote side of the given socket, and returns the result of the query as a dictionary. Interpreting the dictionary as list the first key will always be resp-type, and can have one of the values USERID, ERROR, and FATAL. These response types have the following meanings: USERID This indicates a successful response. Two more keys and associated values are returned, opsys, and user-id. ERROR This means the ident server has returned an error. A second key named error is present whose value contains the error-type field from the server response. FATAL Fatal errors happen when no ident server is listening on the remote side, or when the ident server gives a response that does not conform to the RFC. A detailed error message is returned under the error key. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category ident of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. KEYWORDS
ident, identification, rfc 1413 COPYRIGHT
Copyright (c) 2004 Reinhard Max <max@tclers.tk> ident 0.42 ident(n)
Man Page

15 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

sed

Hi, I have a file: ABESCAT Bernard 88409 8813 8808 1 P3 DEL 3.0.4 S3.01M Admin. national Base Pro1 99001 9901 9901 0 P4 ADM 3.2.0.1 41027 ADMINISTRATEUR PROD EST 09999 9999 9999 0 P4 ADM 3.0.4 ADRIANT Thierry 51004 5105 5104 1 P3 DEL 3.0.4 S3.01M ALARCON Pierre Yves 34007 3408 3407 0 P3 DEL... (4 Replies)
Discussion started by: Castelior
4 Replies

2. UNIX for Dummies Questions & Answers

I would like to know Would you run the ‘identd’ daemon on UNIX servers?

Would you run the ‘identd' daemon on UNIX servers? can you please Explain. thanks in advance! (3 Replies)
Discussion started by: xoxouu
3 Replies

3. UNIX for Dummies Questions & Answers

Could not connect to the server

I am using "UNIX System V Release 4.0" OS getting a error message while trying to connect the server Trying 10.229.192.122... Connected to devser (10.229.192.122). Escape character is '^]'. telnetd: could not grant slave pty. Connection closed by foreign host. but able to connect the... (4 Replies)
Discussion started by: srikanthus2002
4 Replies

4. Shell Programming and Scripting

Flat file

Hi I have a flat file looking this QWER 2:35 7044 00001 ROUT 1188 EA SS ASD 2:36 7044 00010 ROUT BSD 2:37 7044 00011 ROUT END QWER 3:35 7044 00011 ROUT 1088 EA SS ASD 3:36 7044 00010 ROUT BSD 3:37 7044 00011 ROUT... (9 Replies)
Discussion started by: Krishnaramjis
9 Replies

5. AIX

telnet hangs

Hi All, When I tried to telnet to lparB from lparA, it hangs at "Escape character is..". I've tried; - killed -15 - re-started it - edit netsvc.conf, hosts=local,bind and hosts=local,bind4 - checked /etc/hosts for 127.0.0.1 loopback localhost - copy original inetd.conf ... (3 Replies)
Discussion started by: fara_aris
3 Replies

6. Shell Programming and Scripting

how to use telnet in script

I am trying to use telnet in shell script but getting following error error Connected to crmapp00.agf.ca. Escape character is '^]'. Connection closed by foreign host. Script #!/bin/ksh PATH=/usr/sbin/:/usr/bin:/usr/ucb:/etc:/usr/local/bin:. telnet HOSTNAME <<SCRIPT user userid... (9 Replies)
Discussion started by: sibghat
9 Replies

7. UNIX for Dummies Questions & Answers

Remote server

I want to manipulate files that are present on another server. I tried telnet. I get the following error: Connection to <hostname> closed by foreign host. I need to do this through a KSH. Any help is appreciated! Thanks, Edison (6 Replies)
Discussion started by: edisonantus
6 Replies

8. Shell Programming and Scripting

Issue in substitution

Hi , I have have file which has following structure 01aaaa88888000-9999 01ssss77777000-0991 01ssss7777700000991 02ssss7777700000991 The record 01 is corrupt as value from 12th field to 19th should be positive or start with - however it is 000-9999 it should be -0009999 i need to... (4 Replies)
Discussion started by: test_user
4 Replies

9. Shell Programming and Scripting

How to Print from matching word to end using awk

Team, Could some one help me in Printing from matching word to end using awk For ex: Input: I am tester for now I am tester yesterday I am tester tomorrow O/p tester for now tester yesterday tester tomorrow i.e Starting from tester till end of sentence (5 Replies)
Discussion started by: mallak
5 Replies

10. Programming

Is this case is normal when programming in socket?

My program has two threads, one is for sender and another one is receiver, The receiver loop forever and accept and receive data from sender. The sender may send message if necessary and terminated when the job finished (I create a new thread when new service is needed). Now I... (7 Replies)
Discussion started by: sehang
7 Replies

11. UNIX for Dummies Questions & Answers

Connecting to UNIX through telnet

I have setup a new UNIX system for a client in Cali. The issue I am having is I do not remember how or what to set in the server to allow connectivity to the server using "telnet" If anyone can help, it will be much appreciated. Thanks in advance (4 Replies)
Discussion started by: tlong
4 Replies

12. Shell Programming and Scripting

Pin code counter

hello i wanted to see if anyone can analyze the following code and see where the error lies. it is supposed to echo the current date and start counting from 0000-9999 and show the approximate range that it is at. here is a pic of what the output should look like:... (3 Replies)
Discussion started by: Kooftness
3 Replies

13. Shell Programming and Scripting

Else if in awk

Hi All, my input file is comma delimited. 1,Y,1111,9999 2,Y,1,9999 2,N,1,9999 2,Y,9999,9999 o/p should be 1,Y,1112,9999 2,Y,0002,9999 2,Y,0000,9999 scenario is 1.if $2 is "N" then exit. 2.if $3 is not equal to $4 then increment $3 by 1 padding to four decimal places to the left.... (6 Replies)
Discussion started by: looney
6 Replies

14. Shell Programming and Scripting

Telnet error- Escape character is '^]' and connection closed by foreign host

In program, I want to telnet the ports present in telnet.txt file and capture screenshot of open port which is opened on new terminal. Problems: Escape character is '^]' and Connection closed by foreign host. Loop is not working properly. It only take one ports and closed the connection. ... (9 Replies)
Discussion started by: sk151993
9 Replies

15. Shell Programming and Scripting

Telnet of multiple server and ports

Hi, I do a telnet to a single server using command :telnet tibserver001 9640 The output i get is : Trying 10.19.... Connected to tibserver001 However i need to put all the servers in a single file and get the output to see if the server is connected or not. #! /bin/bash telnet... (3 Replies)
Discussion started by: samrat dutta
3 Replies