mirror of
git://slackware.nl/current.git
synced 2025-01-14 08:01:11 +01:00
ae2de64cd3
patches/packages/bind-9.16.45-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release. patches/packages/proftpd-1.3.8b-x86_64-1_slack15.0.txz: Upgraded. This update fixes a security issue: mod_sftp: implemented mitigations for "Terrapin" SSH attack. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-48795 (* Security fix *) testing/packages/bind-9.18.21-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release.
22 lines
581 B
Text
22 lines
581 B
Text
#
|
|
# ftpusers This file describes the names of the users that may
|
|
# _*NOT*_ log into the system via the FTP server.
|
|
# This usually includes "root", "uucp", "news" and the
|
|
# like, because those users have too much power to be
|
|
# allowed to do "just" FTP...
|
|
#
|
|
#
|
|
# Version: @(#)/etc/ftpusers 3.00 02/25/2001 volkerdi
|
|
#
|
|
# Original Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
|
|
#
|
|
# The entire line gets matched, so no comments or extra characters on
|
|
# lines containing a username.
|
|
#
|
|
# To enable anonymous FTP, remove the "ftp" user:
|
|
ftp
|
|
root
|
|
uucp
|
|
news
|
|
|
|
# End of ftpusers.
|