summaryrefslogtreecommitdiffstats
path: root/source/n/proftpd/etc/proftpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/proftpd/etc/proftpd.conf')
-rw-r--r--source/n/proftpd/etc/proftpd.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/n/proftpd/etc/proftpd.conf b/source/n/proftpd/etc/proftpd.conf
index 50ee487c2..83cdc4cfa 100644
--- a/source/n/proftpd/etc/proftpd.conf
+++ b/source/n/proftpd/etc/proftpd.conf
@@ -1,6 +1,6 @@
# This is a basic ProFTPD configuration file.
# It establishes a single server and a single anonymous login.
-# It assumes that you have a user/group "nobody" and "ftp"
+# It assumes that you have a user/group "proftpd" and "ftp"
# for normal/anonymous operation.
ServerName "ProFTPD Default Installation"
@@ -27,8 +27,8 @@ UseIPv6 off
MaxInstances 30
# Set the user and group under which the server will run.
-User nobody
-Group nogroup
+User proftpd
+Group proftpd
# Set system log location:
SystemLog /var/log/proftpd.log