ISP Config 3.0.3.2 -> Pure-FTPd: 530 Login authentication failed

Discussion in 'Installation/Configuration' started by yobdabr, Mar 18, 2011.

  1. yobdabr

    yobdabr New Member

    OS: Debian squeeze

    System users can be connected via pure-ftpd, but by ispconfig added users can't.

    What needs to be modify?

    ISP Config ftp user:
    [R] Connecting to 94.199.183.134 -> IP=94.199.183.134 PORT=21 (attempt # 7)
    [R] Connected to 94.199.183.134
    [R] 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
    [R] 220-You are user number 1 of 50 allowed.
    [R] 220-Local time is now 18:35. Server port: 21.
    [R] 220-This is a private system - No anonymous login
    [R] 220-IPv6 connections are also welcome on this server.
    [R] 220 You will be disconnected after 15 minutes of inactivity.
    [R] USER yyy
    [R] 331 User c5466180 OK. Password required
    [R] PASS (hidden)
    [R] 530 Login authentication failed


    Base user ftp connect:
    [R] Connecting to cwds.hu -> DNS=cwds.hu IP=94.199.183.134 PORT=21
    [R] Connected to cwds.hu
    [R] 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
    [R] 220-You are user number 2 of 50 allowed.
    [R] 220-Local time is now 17:57. Server port: 21.
    [R] 220-This is a private system - No anonymous login
    [R] 220-IPv6 connections are also welcome on this server.
    [R] 220 You will be disconnected after 15 minutes of inactivity.
    [R] USER xxx
    [R] 331 User xxx OK. Password required
    [R] PASS (hidden)
    [R] 230-User xxx has group access to: xxx plugdev video
    [R] 230- dip audio floppy cdrom
    [R] 230 OK. Current directory is /home/xxx
    [R] SYST
    [R] 215 UNIX Type: L8
    [R] FEAT
    [R] 211-Extensions supported:
    [R] EPRT
    [R] IDLE
    [R] MDTM
    [R] SIZE
    [R] REST STREAM
    [R] MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
    [R] MLSD
    [R] AUTH TLS
    [R] PBSZ
    [R] PROT
    [R] UTF8
    [R] TVFS
    [R] ESTA
    [R] PASV
    [R] EPSV
    [R] SPSV
    [R] ESTP
    [R] 211 End.
     
    Last edited: Mar 19, 2011
  2. yobdabr

    yobdabr New Member

    try telnet

    THE SOLUTION:
    pkill pure-ftpd
    configure your /etc/pure-ftpd/db/mysql.conf .. already head
    /etc/init.d/pure-ftpd-mysql start

    and connect your server via FTP
     
    Last edited: Mar 19, 2011
  3. ubuntuman

    ubuntuman New Member

    Another Solution

    Hi guys, please sorry for my english, I have that seem problem, but editing

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

    I've changed the line

    MySQLServer 127.0.0.1

    to

    MySQLServer localhost

    save changes and then restart pure-ftpd

    this works for my without reinstall anything, ispconfig3 v3.0.3.2 works extremely well, and like always "the trouble are (us) the users" xD ;)

    Grettings from Argentina
     

Share This Page