After upgrading to RH7.1 I can't get efs to connect to my updated
server. I'm thinking it's because wu-ftpd is kerberized.
I'm not using kerb, but if I connect via a terminal it looks like
this:
ftp localhost
Connected to
adglinux1.hns.com.
220
adglinux1.hns.com FTP server (Version wu-2.6.1-16) ready.
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (localhost:nbecker): nbecker
331 Password required for nbecker.
Password:
230 User nbecker logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> quit
Here's what I see when I try via efs:
open localhost
Connected to
adglinux1.hns.com.
220
adglinux1.hns.com FTP server (Version wu-2.6.1-16) ready.
quote user "nbecker"
530 Please login with USER and PASS.
open localhost
Connected to
adglinux1.hns.com.
220
adglinux1.hns.com FTP server (Version wu-2.6.1-16) ready.
quote user "nbecker"
530 Please login with USER and PASS.
Can anyone help?