Comments are available to members only. Sign up or Log in to view these comments.
Main Topics
Browse All TopicsStill 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
account required /lib/security/pam_userdb.s
/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
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: mightyonePosted on 2006-03-30 at 14:20:25ID: 16337521
Comments are available to members only. Sign up or Log in to view these comments.