From owner-freebsd-hackers Sun Jul 11 3:37:49 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 416FD14D15; Sun, 11 Jul 1999 03:37:38 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 113GzG-000O1Y-00; Sun, 11 Jul 1999 12:37:34 +0200 From: Sheldon Hearn To: "Brian F. Feldman" Cc: Wes Peters , Warner Losh , hackers@FreeBSD.org Subject: Re: a BSD identd In-reply-to: Your message of "Sun, 11 Jul 1999 01:49:59 -0400." Date: Sun, 11 Jul 1999 12:37:34 +0200 Message-ID: <92351.931689454@axl.noc.iafrica.com> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 11 Jul 1999 01:49:59 -0400, "Brian F. Feldman" wrote: > inetd already has the built-in equivalent to that. Maybe it's possible > to make a REAL ident (*cough* the one I wrote) an option, inetd has > that service off by default. That sounds much more like it. I will say that I suspect this is a bad move. The more I think about it, the more I think we don't want the kitchen sink in there. Inetd only offers a limited auth service to prevent delays in the servicing of requests from local users on remote hosts. Anyone who wants to use the auth service for other things should probably use a specialized piece of software to do that. I don't think inetd needs this functionality built in. I think that what you really want is pidentd imported into the base system. And while it's noble to want a GNU-free base system and I applaud efforts in that direction, you should probably slow down and read pidentd's license agreement. :-) Personally, I don't think there's anything wrong with leaving pidentd as a port. > Then the user can select one of two lines for a real ident > service or a fake one. DES has some interesting ideas in this direction. Take a look at closed PR 11796 if and when you start thinking about how to implement this. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message