LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   vsftpd chroot problems (https://www.linuxquestions.org/questions/linux-software-2/vsftpd-chroot-problems-267582/)

illuminatedwax 12-17-2004 10:01 PM

vsftpd chroot problems
 
I have vsftpd 2.0.1 on a gentoo box. I am desparately trying to get the chroot_local_user to work. I've tried the following:

chroot_local_user=YES
----
chroot_local_user=YES
chroot_list_enable=YES
(file vsftpd.chroot_list is empty)
-----
chroot_local_user=YES
chroot_list_enable=NO
(file vsftpd.chroot_list has all my users in it)
-----
chroot_list_enable=YES
(file vsftpd.chroot_list has all my users in it)

I've tried these things and yet my users can still log in and see the entire drive. I am running exclusive SFTP if that matters. What could be stopping the chroot command from working? Is there anything else I could try?

Thanks,
-iw


All times are GMT -5. The time now is 02:54 PM.