Still new to linux and Suse10, but I have managed to get apache2 and some form of vsftpd running , but now trying to only allow local users and virtual users.
I have followed the documentation at
http://vsftpd.beasts.org almost to the letter and I have managed to get the server started and if now asks for user/pass which it never accepts.
I would really appreciate any pointers. Of course, just let me know any additional info you need. Here are some settings that I have.
/etc/pam.d/vsftpd.pam
auth required /lib/security/pam_userdb.s
o db=/etc/vsftpd_login
account required /lib/security/pam_userdb.s
o db=/etc/vsftpd_login
/etc/vsftpd.conf
anonymous_enable=NO
local_enable=YES
write_enable=NO
anon_upload_enable=NO
anon_mkdir_write_enable=NO
anon_other_write_enable=NO
chroot_local_user=YES
guest_enable=YES
guest_username=virtual
#listen=YES
#listen_port=10021
pasv_min_port=30000
pasv_max_port=30999
vsftp_login.db seems to have successfull been created as a binary file
Thanks for any info
Rockman
Start Free Trial