Jump to content
Froxlor Forum
  • 0

Pure FTPd and 530 Login authentication failed


Charlus

Question

I'm french and, I think, my english is'nt very good, sorry ^^'

 

I've install Froxlor today and i've done all of the configuration of Pure FTPd.

 

I've tryed to login an account with FileZilla but, i can't, the server answer : "530 Login authentication failed", but the login and the password are correct..

 

How can i fix that ?

 

-Charlus

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

I'm french and, I think, my english is'nt very good, sorry ^^'

 

I've install Froxlor today and i've done all of the configuration of Pure FTPd.

 

I've tryed to login an account with FileZilla but, i can't, the server answer : "530 Login authentication failed", but the login and the password are correct..

 

How can i fix that ?

 

-Charlus

 

Hi,

I have the similar problem on openSUSE 11.4

 

my ftp users could not connect to server,

it looks like the pure-ftpd could not connect to mariadb (fork of mysql)

 

Version: mariadb-5.1.55-0.5.1.x86_64

 

from /var/log/messages

[ERROR] The SQL server seems to be down [Access denied for user 'froxlor'@'localhost' (using password: YES)]

 

 

some website I found toled after an mysql update it would work.

Id do not have any update on openSUSE 11.4

 

grep mysql /etc/pure-ftpd/pure-ftpd.conf

MySQLConfigFile /etc/pure-ftpd/pure-ftpd-mysql.conf

 

cat /etc/pure-ftpd/pure-ftpd-mysql.conf

MYSQLServer 127.0.0.1

#MYSQLServer localhost

MYSQLPort 3306

#MYSQLSocket /var/run/mysql/mysql.sock

MYSQLUser froxlor

MYSQLPassword 'password'

MYSQLDatabases froxlor

MYSQLCrypt cleartext

MYSQLGetPw SELECT password FROM ftp_users WHERE username="\L" AND login_enables="y"

MYSQLGetUID SELECT uid FROM ftp_users WHERE username="\L" AND login_enabled="y"

MYSQLGetGID SELECT gid FROM ftp_users WHERE username="\L" AND login_enabled="y"

MYSQLGetDir SELECT homedir FROM ftp_users WHERE username="\L" AND login_enabled="y"

 

I could not find where the problem is.

Is it maybe realay a data bases Problem?

 

does on debian the problem not exist?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...