FTP users password

Discussion in 'General' started by planetcaravan, Dec 9, 2013.

  1. planetcaravan

    planetcaravan New Member

    Hi there,

    Where does ISP Config, usually, stores passwords for pure ftp?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    MySQL db "dbispconfig, table: ftp_user
     
  3. planetcaravan

    planetcaravan New Member

    This is very strange cause I'm trying to update password via ISP Config but I still can not access via FTP. All my FTP user are in the table you wrote!
     
  4. planetcaravan

    planetcaravan New Member

    Is there any suggestion about it?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    try to rerun the ispconfig update by downloading ispconfig, unpacking the tar.gz and running the update.php script in the install folder. then choose to reconfigure services, when the updater asks you.
     
  6. planetcaravan

    planetcaravan New Member

    Hi, I've done what you suggest but I'm having the same problem.
    I also tried to create a new ftp user via ISP Config but login is not working.


     
    Last edited: Dec 15, 2013
  7. planetcaravan

    planetcaravan New Member

    Is there any update?
     
  8. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    Have you checked syslog for errors?
     
  9. planetcaravan

    planetcaravan New Member

    Do you mean in:
    Code:
    /var/log/syslog
    ?

    Cause I've checked while launching an FTP session an it's empty.
     
  10. planetcaravan

    planetcaravan New Member

    Help me, please!
     
  11. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    Make sure the mysql-enabled package of pureftpd is installed.
    On debian it is
    Code:
    apt-get install pure-ftpd-mysql
     
  12. planetcaravan

    planetcaravan New Member

    Thanks, it solved my probelm :)
     

Share This Page