|
发表于 2003-5-22 01:49:57
|
显示全部楼层
呵呵,不要吵架!
这个问题我也想到过,不过我自己解决了,我用的是RH9
直接修改/etc/vsftpd.user_list
下面是我系统上被禁止登录的用户
# 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 |
|