While using multi-server setup, user id on server1 can collide with user id on server 2 for a different client/user. This not only make things difficult to reconcile (migrate) site from server to server but causes collision on backups and other global scenarios. Also making a server to became mirror of another one while not been installed with the same set of option causes the mirror to fail on uid/gid. I have openned a bug report for such: http://bugtracker.ispconfig.org/index.php?do=details&task_id=3547&project=3 Best,
This is not a bug, you just did not enable the connect uid to webid function as described in the multiserver mirrpr guides. Closed the bugreport.
Humm, sorry to disagree. My "Connect Linux userid to webid" is checked on all server. group client1 is having: gid 10001 on server1 gid 10002 on server2 gid 10005 on server3,4,5 Only server 3,4,5 are mirrors - i.e: 4 is mirror of 3, 5 is mirror of 3 Best,
Ok, but thats a gid and not uid as mentioned in your post title. the connect userid to webid connects the uid's. We can implement a similar function for the gids as well.