multi-server setup reuse uid on different server

Discussion in 'General' started by doekia, Jun 30, 2014.

  1. doekia

    doekia Member

    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,
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. doekia

    doekia Member

    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,
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  5. doekia

    doekia Member

    Sorry for the confusion ;-)
    Thanks,
     

Share This Page