Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 1999 01:31:46 +1300
From:      "Dan Langille" <dan@freebsddiary.org>
To:        freebsd-questions@freebsd.org
Subject:   proftpd and authentication failure
Message-ID:  <199911101231.BAA18348@freebsddiary.yi.org>

next in thread | raw e-mail | index | archive | help
ProFTPD Version 1.2.0pre8 is giving me authentication problems.  I've 
been able to get anon ftp running, but if I log in as my regular user id, I 
get invalid password.

Here's the output from running with -d5

received: USER dan
received: USER dan
received: PASS (hidden)
PAM(dan): Permission denied
USER dan: incorrect password

If I add these two lines to /etc/pam.conf 

ftp auth    required    pam_unix.so         try_first_pass 
ftp account required    pam_unix.so         try_first_pass 

I get this eror:

received: USER dan
received: USER dan
received: PASS (hidden)

And the same again if I add this to pam.conf:

ftp session required    pam_unix.so         try_first_pass

I have no idea how to get regular logins working.  I'm ready to toss this 
aside and go with ftpd.  Anyone got proftpd running?
--
Dan Langille - DVL Software Limited
The FreeBSD Diary     - http://www.freebsddiary.org/freebsd/
NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/
The Racing System     - http://www.racingsystem.com/racingsystem.htm
unix @ home           - http://www.unixathome.org/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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