[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#92999: marked as done (apt: standard apt ftp password)



Your message dated Sat, 7 Apr 2001 03:00:31 -0500 (CDT)
with message-id <Pine.LNX.4.33.0104070259390.3223-100000@localhost>
and subject line Bug#92999: apt: standard apt ftp password
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 5 Apr 2001 14:42:04 +0000
>From eperez@dei.inf.uc3m.es Thu Apr 05 09:42:04 2001
Return-path: <eperez@dei.inf.uc3m.es>
Received: from perete.dei.inf.uc3m.es [163.117.137.166] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 14lAxY-00052Y-00; Thu, 05 Apr 2001 09:42:04 -0500
Received: by perete.dei.inf.uc3m.es (Postfix, from userid 2061)
	id A3A2C2899; Thu,  5 Apr 2001 16:41:57 +0200 (CEST)
Date: Thu, 5 Apr 2001 14:41:57 +0000
From: eperez@dei.inf.uc3m.es
To: submit@bugs.debian.org
Subject: apt: standard apt ftp password
Message-ID: <20010405144157.B3874@dei.inf.uc3m.es>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Delivered-To: submit@bugs.debian.org

Subject: apt: standard apt ftp password
Package: apt
Version: 0.5.3
Severity: normal

apt should use a more standard anonymous ftp password

I've seen intranets with strict firewalls that only let anonymous ftp with
mozilla@ as password (password used by netscape communicator when doing ftp)
And I've heard of people having trouble installing debian with apt/ftp

--- apt-old/methods/ftp.cc	Thu Mar  8 02:20:43 2001
+++ apt/methods/ftp.cc	Thu Apr  3 13:49:11 2001
@@ -179,7 +179,7 @@
    
    // Setup the variables needed for authentication
    string User = "anonymous";
-   string Pass = "apt_get_ftp_2.1@debian.linux.user";
+   string Pass = "mozilla@";
 
    // Fill in the user/pass
    if (ServerName.User.empty() == false)

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux localhost 2.4.3 #13 Fri Mar 30 11:53:43 UTC 2001 i686 unknown

Versions of the packages apt depends on:
ii  libc6          2.2.2-4        GNU C Library: Shared libraries and Timezone
ii  libstdc++2.10- 2.95.3-8       The GNU stdc++ library

---------------------------------------
Received: (at 92999-done) by bugs.debian.org; 7 Apr 2001 19:01:01 +0000
>From doogie@debian.org Sat Apr 07 14:01:01 2001
Return-path: <doogie@debian.org>
Received: from c1494421-a.alntn1.tx.home.com (localhost) [24.4.56.213] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 14lxxF-0007ls-00; Sat, 07 Apr 2001 14:01:01 -0500
Received: from localhost ([127.0.0.1])
	by localhost with esmtp (Exim 3.22 #1 (Debian))
	id 14lne4-0001r9-00; Sat, 07 Apr 2001 03:00:32 -0500
Date: Sat, 7 Apr 2001 03:00:31 -0500 (CDT)
From: Adam Heath <doogie@debian.org>
X-X-Sender:  <adam@localhost>
To:  <eperez@dei.inf.uc3m.es>,  <92999-done@bugs.debian.org>
Subject: Re: Bug#92999: apt: standard apt ftp password
In-Reply-To: <20010405144157.B3874@dei.inf.uc3m.es>
Message-ID: <Pine.LNX.4.33.0104070259390.3223-100000@localhost>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: 92999-done@bugs.debian.org

On Thu, 5 Apr 2001 eperez@dei.inf.uc3m.es wrote:

> Subject: apt: standard apt ftp password
> Package: apt
> Version: 0.5.3
> Severity: normal
>
> apt should use a more standard anonymous ftp password
>
> I've seen intranets with strict firewalls that only let anonymous ftp with
> mozilla@ as password (password used by netscape communicator when doing ftp)
> And I've heard of people having trouble installing debian with apt/ftp
>
> --- apt-old/methods/ftp.cc	Thu Mar  8 02:20:43 2001
> +++ apt/methods/ftp.cc	Thu Apr  3 13:49:11 2001
> @@ -179,7 +179,7 @@
>
>     // Setup the variables needed for authentication
>     string User = "anonymous";
> -   string Pass = "apt_get_ftp_2.1@debian.linux.user";
> +   string Pass = "mozilla@";
>
>     // Fill in the user/pass
>     if (ServerName.User.empty() == false)
>

deb ftp://user:pass@host/path ....

I also think such firewalls are broken, but c'est la vie.



Reply to: