VSFTPD problem logging in
From: Schraalhans Keukenmeester (nomail_at_nohost.com)
Date: 07/22/05
- Previous message: Mark Hobley: "Patch - Applying a .diff file - How do I do this ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 22 Jul 2005 15:15:08 +0200
I have vsftpd 2.03 running on my SuSE9.2 box
The problem is, I cannot log in either from the shell or another host on
my network. I get the login prompt but every user I try to login as gets
a "530 Login Incorrect" including users that are NOT listed as being
unable to log in (such as news, root etc)
/etc/vsftpd.conf (removed all comments)
write_enable=YES
dirmessage_enable=YES
nopriv_user=ftpsecure
ftpd_banner="FTP - anonymous access not allowed."
hide_ids=YES
local_enable=YES
chroot_local_user=YES
local_max_rate=10000
anonymous_enable=NO
anon_world_readable_only=YES
syslog_enable=YES
log_ftp_protocol=YES
vsftpd_log_file=/var/log/vsftpd.log
connect_from_port_20=YES
idle_session_timeout=300
data_connection_timeout=120
pam_service_name=vsftpd
listen=YES
check_shell=NO
/etc/pam.d:
#%PAM-1.0
# Uncomment this to achieve what used to be ftpd -A.
# auth required pam_listfile.so item=user sense=allow
file=/etc/ftpchr
oot onerr=fail
auth required pam_listfile.so item=user sense=deny
file=/etc/ftpusers
onerr=succeed
# Uncomment the following line for anonymous ftp.
#auth sufficient pam_ftp.so
auth required pam_unix2.so
auth required pam_shells.so
account required pam_unix2.so
password required pam_unix2.so
session required pam_unix2.so
What am I missing ? Do I need a file with specific usersettings ? Where,
how ? I looked at several vsftpd related pages but my issue does not
seem to be common. But thena gain I may just be overlooking the obvious.
Funny thing is I have ran the service in the past on similar boxen
without problems.
Help much appreciated!
Kind Regards
Schraalhans.
- Previous message: Mark Hobley: "Patch - Applying a .diff file - How do I do this ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|