From gordon@sneaky.lerctr.org  Sat Jun 23 17:52:59 2001
Return-Path: <gordon@sneaky.lerctr.org>
Received: from hammy.lonestar.org (hammy.lonestar.org [206.138.224.67])
	by hub.freebsd.org (Postfix) with ESMTP id E98A037B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Jun 2001 17:52:58 -0700 (PDT)
	(envelope-from gordon@sneaky.lerctr.org)
Received: from gerbil.hammy.lonestar.org(src addr [206.138.224.66]) (2186 bytes) by hammy.lonestar.org
	via sendmail with P\:esmtp/R:bind_hosts/T:inet_zone_bind_smtp
	(sender: <gordon@sneaky.lerctr.org>) 
	id <m15Dy94-0003EEC@hammy.lonestar.org>
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Jun 2001 19:52:58 -0500 (CDT)
	(Smail-3.2.0.96 1997-Jun-2 #110 built 2000-Jan-16)
Received: from localhost (1617 bytes) by gerbil.hammy.lonestar.org
	via sendmail with P:stdio/R:smart_host/T:smtp
	(sender: <gordon>) (ident <gordon> using unix)
	id <m15Dy93-0001U1C@gerbil.hammy.lonestar.org>
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Jun 2001 19:52:57 -0500 (CDT)
	(Smail-3.2.0.96 1997-Jun-2 #110 built 2000-Jan-16)
Message-Id: <m15Dy93-0001U1C@gerbil.hammy.lonestar.org>
Date: Sat, 23 Jun 2001 19:52:57 -0500 (CDT)
From: gburditt@airmail.net
Reply-To: gburditt@airmail.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Can't turn off telnet autologin
X-Send-Pr-Version: 3.2

>Number:         28381
>Category:       bin
>Synopsis:       Can't turn off telnet autologin
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 23 18:00:00 PDT 2001
>Closed-Date:    Mon Jul 15 15:33:19 PDT 2002
>Last-Modified:  Mon Jul 15 15:33:19 PDT 2002
>Originator:     Gordon Burditt
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
>Environment:

	
	FreeBSD 4.3-RELEASE

>Description:

	Between 4.1.1-RELEASE and 4.3-RELEASE, telnet seems to have
	acquired the highly obnoxious characteristic of sending
	a (usually WRONG, but it doesn't really have the info to guess
	correctly) user name automatically when trying to log in.

	The following commands in .telnetrc don't seem to fix the problem
	(but documentation suggests that they should):

	unset autologin
	auth disable sra
	auth disable null
	environ undefine USER
	environ undefine LOGNAME

	I am also curious why:
	sot noprecognition
	didn't provoke an error message.  (Yes, "sot", not "set", I
	mistyped it on the first try.)

	Also, telnet -X sra doesn't fix it, and telnet -X autofuck 
	doesn't even provoke an error message (and I hope there isn't
	an autofuck authentication method to disable).
	

	

>How-To-Repeat:

	

	telnet <hostname>

	In most tests the target system is running FreeBSD 3.2 with
	its version of telnetd.

>Fix:

	
	I think reinstalling the binary from FreeBSD 4.1.1 would work.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-bugs 
Responsible-Changed-By: greid 
Responsible-Changed-When: Mon Jul 2 11:07:18 PDT 2001 
Responsible-Changed-Why:  
Misfiled 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28381 

From: Marc Perisa <perisa@porsche.de>
To: freebsd-gnats-submit@FreeBSD.org, gburditt@airmail.net
Cc:  
Subject: Re: bin/28381: Can't turn off telnet autologin
Date: Wed, 29 May 2002 05:17:15 +0200

 Hi,
 
 does this problem still exists in a recent FreeBSD 4-STABLE system?
 
 Thanks
 
 Marc
 
 
 
 
State-Changed-From-To: open->closed 
State-Changed-By: jon 
State-Changed-When: Mon Jul 15 15:30:58 PDT 2002 
State-Changed-Why:  

autologin was changed to the default. 
Your method of disabling autologin was incorrect.  Put in your .telnetrc 
DEFAULT 
auth disable sra 
(note space in front of the auth line, this is required) 


http://www.freebsd.org/cgi/query-pr.cgi?pr=28381 
>Unformatted:
