Share users?

Discussion in 'General' started by volksman, May 24, 2007.

  1. volksman

    volksman New Member

    Hey All!

    Only about 6 hours old to ISPConfig but so far 3 sites setup and working just fine. Quick question I can't seem to find an answer to:

    How do you share users between sites?

    Scenario: I have multiple sites I run under one domain. That domain is currently broken into three sites in ISPConfig subd1.domain.com subd2.domain.com and subd3.domain.com. I don't want to have to remember three seperate logins to manage the content of each site. So I would basically like to add web1_user1 to the web2 and web3 groups. Do I have to do this manually (IE in /etc/groups) or does ISPConfig provide a way for me to do and manage this in the interface?

    Any help appreciated....

    Thanks!
     
  2. danf.1979

    danf.1979 Member

    I did a test here, but It didn't let me add the same user in a different site. It could be a nice feature though...
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    User sharing will not work because a linux system user can not have 3 home directories at the same time and every website has ist own directory.

    If you really need to manage all sites at once, create just one site and redirect the subdomains with apache rewrite rules to subdirectories of that website.
     
  4. volksman

    volksman New Member

    I have a feeling that the setup is a little off on my machine cause as a user I can backtrack into the FS....I thought the setup was supposed to jail the user to their home dir but it doesn't.

    This isn't a terrible thing for my particular setup at present since I'm the only one using the system and any user I give access to will be a trusted user. I'm using ISPConfig for ease of server management as I add and remove sites regularly (development).

    So I manually added my user from web1 to the groups for web2 and web3 and it works like a charm. However I would like to know what I did wrong to allow the user out of their homedir in case I want to lock things down in the future.

    Any idea?
     
  5. danf.1979

    danf.1979 Member

    If I recall correctly, there is a howto that explains chrooting ssh users. There are also several posts about the subject. Just search with "chroot" as one of the keywords... :)
     

Share This Page