請問有關 vsftpd 的 chroot_list... - Linux

Table of Contents

userlist_deny
This option is examined if userlist_enable is activated.
If you set this setting to NO, then users will be denied login
unless they are explicitly listed in the file specified by userlist_file.
When login is denied, the denial is issued before the user is asked
for a password.
Default: YES

userlist_enable
If enabled, vsftpd will load a list of usernames,
from the filename given by userlist_file.
If a user tries to log in using a name in this file,
they will be denied before they are asked for a password.
This may be useful in preventing cleartext passwords being transmitted.
See also userlist_deny.
Default: NO


官網上的資料,會不會是你設定了userlist_enable=yes,userlist_deny=no
然後userlist中的帳號是你要chroot的帳號,所以不在userlist中的帳號不能登入?




--

All Comments

Franklin avatarFranklin2008-06-07
我的狀況是改了之後 不管誰都登不進 FTP 了
Audriana avatarAudriana2008-06-11
還是很謝謝你的幫忙!