Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jul 1999 15:48:43 -0600
From:      Warner Losh <imp@village.org>
To:        Sheldon Hearn <sheldonh@uunet.co.za>
Cc:        "Brian F. Feldman" <green@FreeBSD.ORG>, hackers@FreeBSD.ORG
Subject:   Re: a BSD identd 
Message-ID:  <199907102148.PAA33143@harmony.village.org>
In-Reply-To: Your message of "Sat, 10 Jul 1999 18:40:57 %2B0200." <56059.931624857@axl.noc.iafrica.com> 
References:  <56059.931624857@axl.noc.iafrica.com>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <56059.931624857@axl.noc.iafrica.com> Sheldon Hearn writes:
: If you do end up messing with inetd's existing ident service, please
: make sure that the default behaviour remains the same and that the
: operator must do something to enable an ident service that reports more
: than just "UNKNOWN-ERROR".

Yes.  I'd love to replace my perl script:

#!/usr/local/bin/perl
($a, $b) = split(/[,\n\r ]+/,<>);
print "$a , $b : USERID : UNIX : Warm-Fuzzy\r\n";

with something a little less heavy-weight.

Warner


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




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