|
From: Alessandro C. <a.c...@ti...> - 2006-05-23 20:36:25
|
Hi all, I've configured my brand new Devil-Linux 1.2.9 (I was ugrading from an old version) and configuring vsftpd I keep getting the same problem: Any user I try to login (even root!) I get "530 Login Incorrect". My vsftpd.conf: anonymous_enable=NO local_enable=YES write_enable=YES local_umask=002 dirmessage_enable=YES connect_from_port_20=YES idle_session_timeout=600 data_connection_timeout=120 nopriv_user=nobody async_abor_enable=YES ascii_upload_enable=YES ascii_download_enable=YES chroot_list_enable=YES chroot_list_file=/etc/vsftpd.chroot_list chroot_local_user=NO listen=YES text_userdb_names=YES userlist_enable=NO userlist_deny=NO userlist_file=/etc/vsftpd.users secure_chroot_dir=/var/empty dual_log_enable=NO xferlog_file=/floppy/users/log/vsftpd.log xferlog_std_format=NO xferlog_enable=NO syslog_enable=NO check_shell=YES background=YES My old Devil linux was working fine with the same configuration, what's wrong with this new one? Ciao |