Hello I'm Leo.
It's my first post .... I don't speak english ... but i will to do my best effort

OK....
I use VSFTP for ftp server.
I have see some "problems" in the standard config of vsftp. for this... i use one file (/etc/vsftpd.users) where i put (1 per line) users allowed to login on ftp service and what don't be allowed to "go out" of their home directory.
Is posible add the funcionality of put login name in that file when a new ftp user is added ??
For that i use the next config in /etc/vsftpd.conf:
anonymous_enable=NO
## Allow local users to log in.
local_enable=YES
## Enable any form of FTP write command:
write_enable=YES
## Users listed in this file only can view yours home directory:
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.users
## Only enable users listed in this file:
userlist_file=/etc/vsftpd.users
userlist_enable=YES
userlist_deny=NO
## Allow to use /bin/false as user's shell:
check_shell=NO
That's all for now ...
cheers for all !!!
Leo
Recent comments
1 day 9 hours ago
1 day 14 hours ago
1 day 18 hours ago
1 day 20 hours ago
2 days 10 hours ago
2 days 11 hours ago
2 days 16 hours ago
2 days 22 hours ago
2 days 23 hours ago
3 days 46 min ago