FTP users, Bug?

Discussion in 'Developers' Forum' started by Rapid2214, Aug 8, 2010.

  1. Rapid2214

    Rapid2214 New Member

    I apologise if this is in the wrong section but i think i may have found a bug in ispconfig 3.0.2.2

    When running a mirrored configuration between two server the ftp_user table doesn't update for the relievent server, for example;

    Code:
    1 	1 	2 	riud 	riud  	  	1 	32 	martymarty 	$1$ABCD/ 	-1 	y 	web32 	client1 	/var/www/clients/client_1/web_32 	-1 	-1 	-1 	-1 	-1
    on SERVER 1, on SERVER 2 it also shows;

    Code:
    1 	1 	2 	riud 	riud  	  	1 	32 	martymarty 	$1$ABCD/ 	-1 	y 	web32 	client1 	/var/www/clients/client_1/web_32 	-1 	-1 	-1 	-1 	-1
    This is wrong as on server 2 the 'server_id' coloum should be set to 2 instead of 1...


    Thus the ftp user isn't found on SERVER 2 due to the mysql query in the pure-ftpd connection file requires it to be on server 2... :eek:


    Any ideas?

    Marty
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This has been fixed already in the 3.0.3 Beta.
     

Share This Page