In article <(E-Mail Removed) >,
(E-Mail Removed) (Peter) wrote:
> Hi all
> I change "anonymous_enable=NO" in /etc/vsftpd/vsftpd.conf. But i
> still can ftp to my server with anonymous. And i can't login with
> other user. Why?
> I already "service xinetd restart" and "service vsftpd restart"
> I am using redhat 9.0
>
> thanks
> from Peter ((E-Mail Removed))
This one got me, too. Check the location of the config file it flags when
xinetd cranks it up. The docs say it's _supposed_ to be the
/etc/vsftpd/vsftpd.conf directory, but it looks for the default,
/etc/vsftpd.conf.
The solution is easy: copy the edited file into /etc, restart xinetd, and
all will be as it should be.
- Doug