summaryrefslogtreecommitdiffstats
path: root/source/n/proftpd/etc/proftpd.conf
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-03-13 19:46:48 +0000
committer Eric Hameleers <alien@slackware.com>2024-03-13 21:30:19 +0100
commit47e3f5d9c3c5d0832b83f12782ded63fdcb11bd1 (patch)
tree84be9b35d40057667e2d7616b8b9adef6f68c093 /source/n/proftpd/etc/proftpd.conf
parente4d752ef5069af2d0502827a03aaadfe36d3bb04 (diff)
downloadcurrent-2927e8b50dd8c381029dccdf5456efbb2be2d8dc.tar.gz
current-2927e8b50dd8c381029dccdf5456efbb2be2d8dc.tar.xz
Wed Mar 13 19:46:48 UTC 202420240313194648
a/etc-15.1-x86_64-9.txz: Rebuilt. Added proftpd user (97) and proftpd group (97). Added nm-openvpn user (320) and nm-openvpn group (320). Added openvpn user (443) and openvpn group (443). Added overflowuid user (65534) and overflowgid group (65534). Thanks to opty for encouraging us to think about nobody. d/meson-1.4.0-x86_64-1.txz: Upgraded. d/python-setuptools-69.2.0-x86_64-1.txz: Upgraded. l/expat-2.6.2-x86_64-1.txz: Upgraded. Prevent billion laughs attacks with isolated use of external parsers. For more information, see: https://github.com/libexpat/libexpat/commit/1d50b80cf31de87750103656f6eb693746854aa8 https://www.cve.org/CVERecord?id=CVE-2024-28757 (* Security fix *) l/pipewire-1.0.4-x86_64-1.txz: Upgraded. l/python-zipp-3.18.0-x86_64-1.txz: Upgraded. n/openvpn-2.6.9-x86_64-2.txz: Rebuilt. Run as openvpn:openvpn. Thanks to rkelsen. n/proftpd-1.3.8b-x86_64-2.txz: Rebuilt. Run as proftpd:proftpd. x/libva-2.21.0-x86_64-1.txz: Upgraded. x/libva-utils-2.21.0-x86_64-1.txz: Upgraded. xap/NetworkManager-openvpn-1.10.2-x86_64-2.txz: Rebuilt. Run as nm-openvpn:nm-openvpn. Thanks to Markus Wiesner.
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