Subject: ftp client defaulting to user "root"
To: None <current-users@netbsd.org>
From: Laine Stump <lainestump@rcn.com>
List: current-users
Date: 08/03/2000 00:13:38
Has anyone else noticed that lately the ftp client defaults to user "root" 
rather than the current user? I didn't pay attention to exactly when this 
happened, but my machine running the 1.5 branch as of July 1 is doing it.

   # id
   uid=123(laine) gid=20(staff) groups=20(staff),0(wheel),40(enable)
   # ftp -d localhost
   Trying 127.0.0.1...
   Connected to localhost.
   220-
   220 localhost FTP server (NetBSD-ftpd 20000620) ready.
   ftp_login: user `<null>' pass `<null>' host `localhost'
   Name (localhost:root):

Do I have something out of sync on my machine, or is something wrong with ftp?