Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 1999 15:58:03 -0700 (MST)
From:      "Chad R. Larson" <chad@DCFinc.com>
To:        pir@pir.net (Peter Radcliffe)
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: pidentd
Message-ID:  <199912132258.PAA13504@freeway.dcfinc.com>
In-Reply-To: <19991213124609.A1355@pir.net> from Peter Radcliffe at "Dec 13, 99 12:46:09 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As I recall, Peter Radcliffe wrote:
> 
> #!/usr/bin/perl
> $| = 1;
> while (<>) {
>   $_ =~ s/\r\n$//;
>   print STDOUT "$_ : USERID : UNIX : bite-me\r\n";
>   exit 0;
> }

Actually, TFM has a specific recommendation for a non-informative
response.

Check this:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Script started on Mon Dec 13 15:53:37 1999
% telnet firewall 113
Trying 192.168.1.254...
Connected to firewall.dcfinc.com.
Escape character is '^]'.

:ERROR:HIDDEN-USER
Connection closed by foreign host.
% exit

Script done on Mon Dec 13 15:54:06 1999
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

	-crl
--
Chad R. Larson (CRL15)   602-953-1392   Brother, can you paradigm?
chad@dcfinc.com         chad@larsons.org          larson1@home.net   
DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912132258.PAA13504>