1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| # vsftpd userlist
| # If userlist_deny=NO, only allow users in this file
| # If userlist_deny=YES (default), never allow users in this file, and
| # do not even prompt for a password.
| # Note that the default vsftpd pam config also checks /etc/vsftpd.ftpusers
| # for users that are denied.
| root
| bin
| daemon
| adm
| lp
| sync
| shutdown
| halt
| mail
| news
| uucp
| operator
| games
| nobody
|
|