From owner-freebsd-questions Sun Mar 9 16:39:23 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD8EE37B401 for ; Sun, 9 Mar 2003 16:39:22 -0800 (PST) Received: from above.proper.com (mail.proper.com [208.184.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 096B843FBF for ; Sun, 9 Mar 2003 16:39:22 -0800 (PST) (envelope-from phoffman@proper.com) Received: from [63.202.92.157] (adsl-63-202-92-157.dsl.snfc21.pacbell.net [63.202.92.157]) by above.proper.com (8.11.6/8.11.6) with ESMTP id h2A0dH309751 for ; Sun, 9 Mar 2003 16:39:17 -0800 (PST) Mime-Version: 1.0 X-Sender: phoffprop@mail.proper.com Message-Id: X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . Date: Sun, 9 Mar 2003 16:39:19 -0800 To: freebsd-questions@FreeBSD.ORG From: Paul Hoffman Subject: Using different auth method for telnet? Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi again. On a test machine, I have changed the line in inetd.conf to something like: telnet stream tcp nowait root /usr/libexec/telnetd telnetd -a none -p /path/to/my-auth-program and I have hup'd inetd. However, when I try to telnet to this machine, I still go through the standard telnet prompting for username and password. I get the same result with "-a valid" and "-a user". What else do I need to modify to get my program to be used instead of the default login? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message