Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
User doesn't log-in (vsftpd)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
DaDanny
n00b
n00b


Joined: 17 Oct 2003
Posts: 23

PostPosted: Tue Apr 06, 2004 11:29 am    Post subject: User doesn't log-in (vsftpd) Reply with quote

Hi!

I tried this Tutorial for setting up a ftp-server and everything seems to work fine, but i have a problem, which is drivin' me crazy! 8O

I created a group and a user in this way:
Code:

groupadd ftpgroup
useradd -g ftpgroup -d /home/ftp -p password ftpuser


But i'm not able to connect to my server via this account (ftpuser with password "password").
I always get this message..
Code:
331 Please specify the password.
PASS xxxx
530 Login incorrect.
Disconnecting from site 127.0.0.1


Anybody an idea to solve my problem?
Back to top
View user's profile Send private message
DaDanny
n00b
n00b


Joined: 17 Oct 2003
Posts: 23

PostPosted: Tue Apr 06, 2004 12:09 pm    Post subject: Reply with quote

okay.. solved

it was an error with /bin/false and -p
Back to top
View user's profile Send private message
haoqide
n00b
n00b


Joined: 09 Mar 2004
Posts: 19
Location: Nashville

PostPosted: Fri Aug 13, 2004 11:40 pm    Post subject: Reply with quote

I'm having this problem, too...

I'm using SuSE (sorry, no Gentoo right now, but I do love the distro) with vsftpd, and I'm having the SAME issue. I have 2 users that just can't log in via ftp

Both users have their home directories set to the same directory, which is /srv/ftp/chinese

Both users are chrooted so that they can't leave that directory. The directory belongs to the group that those users are a member of, and the output of an "ls -la" is as follows:

Code:
drwxr-x---  2 theo    groupname      80 Aug 13 17:40 chinese


Both users are members also of the groups "users", "ftp", and "ftp-users"...

The problem is the same as yours, though...Every time I try to ftp to the site, I get the error:


Code:
530 Login incorrect.
Login failed.


This is driving me absolutely NUTS! Has anybody else had this problem and figured out how to get this working?! I've looked at other threads, but none of it really helped me at all.

HELP!

-Haoqide
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum