From owner-freebsd-questions Thu Feb 26 14:53:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15804 for freebsd-questions-outgoing; Thu, 26 Feb 1998 14:53:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from luke.cpl.net (luke.cpl.net [209.150.92.68]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA15790 for ; Thu, 26 Feb 1998 14:53:08 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.8/8.6.12) with SMTP id OAA25511; Thu, 26 Feb 1998 14:52:15 -0800 (PST) Date: Thu, 26 Feb 1998 14:52:14 -0800 (PST) From: Shawn Ramsey To: mgraffam@mhv.net cc: questions@FreeBSD.ORG Subject: Re: fingerd limiting? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > finger stream tcp nowait nobody /bin/cat /etc/finger.msg > > That last portion of inetd.conf is just what executable to run.. it > has nothing to do with what port or service to run as. That is determined > by the first field "finger" is an alias for 79. 79, of course, is the > standard port for the finger service. > > Make sure that nobody has read perms on /etc/finger.msg too. Hmm. Now I get this : /usr/home/shawn> finger shawn@cpl.net [cpl.net] shawn inetd.conf reads like this : finger stream tcp nowait nobody /bin/cat /etc/finger.msg any other ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message