From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: Bug#154252: krb5-clients: ftp gives spurious permanent error Date: Fri, 26 Jul 2002 09:36:12 -0600 (MDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200207261536.g6QFaCm08980@aztec.santafe.edu> References: Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1027697842 14819 127.0.0.1 (26 Jul 2002 15:37:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 26 Jul 2002 15:37:22 +0000 (UTC) Cc: 154252@bugs.debian.org, bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Y79c-0003qu-00 for ; Fri, 26 Jul 2002 17:37:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17Y79w-0003bc-00; Fri, 26 Jul 2002 11:37:40 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17Y78X-0003Mf-00; Fri, 26 Jul 2002 11:36:13 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g6QFaLB26272; Fri, 26 Jul 2002 09:36:21 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g6QFaCm08980; Fri, 26 Jul 2002 09:36:12 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: pot@gnu.org In-Reply-To: (message from Francesco Potorti` on Thu, 25 Jul 2002 15:13:55 +0200) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:2921 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2921 I just discovered that the problem is cured by using a "-u" option to ftp, instead of the normal "-n" that ange-ftp uses. "-u" means "do not auto-athenticate and do not auto-login" You can set ange-ftp-ftp-program-args to specify -n. Is that sufficient, or do you want some further feature? The way the kerberised ftp currently behaves is incompatible with ftp, and a program using it (ange-ftp) should first test it to see which version it is. I don't know whether this is a feasible thing to do, but if someone implements it and it works smoothly, this would be good to install.