Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2005 23:49:17 +0200
From:      "albi@scii.nl" <albi@scii.nl>
To:        vladone <vladone@llwb135.servidoresdns.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: problem with vasftpd server
Message-ID:  <20050710234917.0f9f0b43.albi@scii.nl>
In-Reply-To: <1607156345.20050711004034@llwb135.servidoresdns.net>
References:  <1607156345.20050711004034@llwb135.servidoresdns.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 11 Jul 2005 00:40:34 +0300
vladone <vladone@llwb135.servidoresdns.net> wrote:

> secure_chroot_dir=/usr/local/share/vsftpd/empty
> 
> When i try to login receive this message:
> "500 OOPS: vsftpd: cannor locate user specified in 'ftp_username':fpt"

you forgot to add the non-privileged user ? or did you add user fpt
instead of user ftp ?

from my config :

# cat /usr/local/etc/vsftpd.conf |grep ftpsec

chown_username=ftpsecure
nopriv_user=ftpsecure

# cat /etc/passwd |grep ftp
ftp:*:14:5:Anonymous FTP Admin:/home/ftp:/nonexistent
ftpsecure:*:13:5:vsftpd-user:/home/ftp:/nonexistent

HTH




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050710234917.0f9f0b43.albi>