X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fvsftpd%2Ftemplates%2Fvsftpd.conf.erb;h=308ae638f9f69e97159f9078ff18318a875cb64c;hb=500e92545de52baefc1d2bcb98e4207135c292dc;hp=bb1d3dd64df51d790eaf99c3044e28b7814eddc7;hpb=536b02369dc8743a6c3611cff42f174612ed8a12;p=mirror%2Fdsa-puppet.git diff --git a/modules/vsftpd/templates/vsftpd.conf.erb b/modules/vsftpd/templates/vsftpd.conf.erb index bb1d3dd64..308ae638f 100644 --- a/modules/vsftpd/templates/vsftpd.conf.erb +++ b/modules/vsftpd/templates/vsftpd.conf.erb @@ -9,7 +9,7 @@ anon_root=<%= scope.lookupvar('root') %> anon_umask=027 write_enable=YES anon_upload_enable=YES -chown_uploads=YES +chown_uploads=NO chown_username=<%= scope.lookupvar('chown_user') %> <%- end -%> @@ -25,4 +25,4 @@ dirmessage_enable=NO ls_recurse_enable=NO connect_from_port_20=NO max_clients=<%= scope.lookupvar('max_clients') %> - +listen=NO