summaryrefslogtreecommitdiff
path: root/packages/vsftpd/files/vsftpd.conf
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2008-12-23 06:52:35 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2008-12-23 06:52:35 +0100
commit005aed69752adc491683c7ee49cec9e52423ded9 (patch)
tree8e369e92c03709b469c51022e3dceac77c4fb27f /packages/vsftpd/files/vsftpd.conf
parente67586ef836f3b960c23f7d4fa509a33b510cf0d (diff)
vsftpd: improve default configuration
* restrict anonymous user permissions * change anonymous ftp directory to /var/lib/ftp * reindent init script
Diffstat (limited to 'packages/vsftpd/files/vsftpd.conf')
-rwxr-xr-xpackages/vsftpd/files/vsftpd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/vsftpd/files/vsftpd.conf b/packages/vsftpd/files/vsftpd.conf
index f6c5b5064a..08f91e048d 100755
--- a/packages/vsftpd/files/vsftpd.conf
+++ b/packages/vsftpd/files/vsftpd.conf
@@ -27,11 +27,11 @@ write_enable=YES
# Uncomment this to allow the anonymous FTP user to upload files. This only
# has an effect if the above global write enable is activated. Also, you will
# obviously need to create a directory writable by the FTP user.
-anon_upload_enable=YES
+#anon_upload_enable=YES
#
# Uncomment this if you want the anonymous FTP user to be able to create
# new directories.
-anon_mkdir_write_enable=YES
+#anon_mkdir_write_enable=YES
#
# Activate directory messages - messages given to remote users when they
# go into a certain directory.