importing
This commit is contained in:
parent
a8d3823d70
commit
ff31976a23
17 changed files with 905 additions and 1 deletions
19
vsftpd/virtual/user_list
Normal file
19
vsftpd/virtual/user_list
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue