pure-ftp-mysql - Authentication failed [SOLVED]

Discussion in 'ISPConfig 3 Priority Support' started by biforme, Sep 17, 2020.

  1. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Maybe check the table definition, eg. if the field length is too small to hold the hash? Just a guess...
     
    biforme likes this.
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

  3. biforme

    biforme Member

    You are right!
    Thanks so much!
    The field password of the node is a varchar (64) while in the DB MASTER varchar (200).
     
    Jesse Norell likes this.
  4. biforme

    biforme Member

    Thanks Till, I appreciate!
    Error was in the length of field password, 64 instead of 200, in the node DB, the master is ok.
    Did the latest ispconfig update not correct it?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Password field length is fine here on my system, which has been updated as well. Maybe one of the incremental SQL updates was not applied on your server.
     
    biforme likes this.
  6. biforme

    biforme Member

    Yes, indeed.
    Thanks again.
     

Share This Page