Pure-Ftp doesn't recognize the ISPConfig users

Discussion in 'Installation/Configuration' started by vaio1, Oct 12, 2015.

  1. vaio1

    vaio1 Member

    Hi guys,
    this is the configuration of the pure-ftp:
    I get these errors when I try to connect my Pure-FTP server:
    I have configured the mysql.conf as explained in your tutorial of the Perfect Server:
    ISPConfig works as well but the users cannot connect to their websites space.
    Any help?

    thanks
     
    Last edited: Oct 13, 2015
  2. florian030

    florian030 Well-Known Member HowtoForge Supporter

    It seems, that you use the wrong user or the wrong password.
     
  3. durchd8.de

    durchd8.de Member

    Check back in FTP-Users and you will see the user has a prefix automatically assigned by ISPconfig.

    Witht he correct username it will be ok :)
     
  4. vaio1

    vaio1 Member

    Hi guys,
    I can see the mysql queries by debugging the log:
    These are the queries:

    This the result:
    but I get this result:
    and nothing change.
     
  5. durchd8.de

    durchd8.de Member

    @vaio: apparently you didnt get it - check the ftp-username in ispconfig.

    Why? ispconfig adds a preceding handle from client identifier to the ftp-username. Thats why your ftp-username probably isnt right.
     
  6. vaio1

    vaio1 Member

    As you can see into the previous post MySQL returns the correct user.
    So now I don't know why but it seems ok
    [​IMG]
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Try to set the password again. And check that the directory /var/www/clients/client1/web3889 exists, pure-ftpd can throw a login error when the directory of the FTP user does not exist.
     
  8. vaio1

    vaio1 Member

    Hi Till, thanks for the reply :)
    The directory exists.

     
  9. vaio1

    vaio1 Member

    I have solved a part of the problem!
    The parameter MYSQLCrypt was set as "cleartext" instead of "crypt" and the login fails.
    Now I can see ALL the webserver directories!!! How to solve this new issue?
    Thanks
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you set virtual chroot to yes?
     
  11. vaio1

    vaio1 Member

    Maybe I didn't! How have I to set it?
    thanks
     
  12. till

    till Super Moderator Staff Member ISPConfig Developer

    Which Linux distribution do you use?
     
  13. vaio1

    vaio1 Member

    Debian 8 Jessie thanks
     
  14. till

    till Super Moderator Staff Member ISPConfig Developer

  15. vaio1

    vaio1 Member

Share This Page