From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Francesco Potorti` Newsgroups: gmane.emacs.bugs Subject: Re: Bug#154252: krb5-clients: ftp gives spurious permanent error Date: Thu, 25 Jul 2002 15:13:55 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1027602855 12470 127.0.0.1 (25 Jul 2002 13:14:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 25 Jul 2002 13:14:15 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17XiRZ-0003F1-00 for ; Thu, 25 Jul 2002 15:14:13 +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 17XiRq-0001V8-00; Thu, 25 Jul 2002 09:14:30 -0400 Original-Received: from pot.cnuce.cnr.it ([146.48.83.182]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17XiRL-0001UB-00 for ; Thu, 25 Jul 2002 09:13:59 -0400 Original-Received: from pot by pot.cnuce.cnr.it with local (Exim 3.35 #1 (Debian)) id 17XiRH-0003RX-00; Thu, 25 Jul 2002 15:13:55 +0200 Original-To: 154252@bugs.debian.org, GNU emacs bug list In-Reply-To: X-fingerprint: 4B2 6187 5C3 D6B1 2E31 7666 9DF 2DC9 BE21 6115 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:2896 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2896 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" It may be argued that the kerberised ftp should not try to authenticate when given the "-n" option, for compatibility with traditional ftp, that is, -n should do the same as -u. 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. Or else ignore those specific 530 messages at startup.