Problem with login

What is logged in /var/log/pureftpd.log ?

Do you see any authentication methods enabled in /etc/pure-ftpd.conf?

I recall having this issue a week or two ago and fixing it by enabling Unix authentication in the pure-ftpd.conf file:
Code:
--------------------------------------------------------------------------------------------------------
# If you want to enable PAM authentication, uncomment the following line

# PAMAuthentication            yes



# If you want simple Unix (/etc/passwd) authentication, uncomment this

# UnixAuthentication           yes
--------------------------------------------------------------------------------------------------------
Please share your outcome if you try this.
 
Back
Top