summaryrefslogtreecommitdiffstats
path: root/base/all/root/scripts/cluster_configure/templates/rhel/40.vsftpd/2.0#/files/etc/vsftpd/vsftpd.conf
blob: abfb4bff3e5c089710bafcd0f280f18fd4d6feeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# no anon access
anonymous_enable=NO
# put locks onto the files currently transferred
lock_upload_files=YES
# enable write access
write_enable=YES
# prevent changing access rights – ACLs get screwed otherwise
chmod_enable=NO
# enable that user is able to see the root of gpfs
chroot_local_user=YES
# allow local user access
local_enable=YES
listen=YES
pam_service_name=vsftpd
# set the ftp root directory users can see when they connect to the FTP
local_root=!!chroot_dir!!
log_ftp_protocol=YES
syslog_enable=YES
#show user/groupnames instead of only numeric IDs
text_userdb_names=YES
# make vsftpd work
connect_from_port_20=YES