summaryrefslogtreecommitdiffstats
path: root/patches/source/proftpd/etc/ftpusers
blob: d08f2a1fd2f638a4bac2841fbe49baebe42577a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# 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.