Hi,
I have the following issue and I can't figure what i need to do. I have a central site purely used for managing user information. Nothing else. Everything else is managed by subsites which are separate installs, both code and db. I only want the sites to share user login alone. That way, a sub admin can create a separate site with no access to the main DB and by simply having table details and the key, can begin using their own Drupal Install.
From what I am seeing here, and I could be wrong, SSO helps you run multiple sites on a single install (1 set code and 1 set DB) with different prefixes for the DB tables. What if I have separate installs and all I want is to authenticate users?
Help.
Thanks.
Kahenya
Comments
Comment #1
meba commentedSSO only works if the sites are on the same server and can therefore share the user database...
Comment #2
Anonymous (not verified) commentedHi.
Thanks for the prompt reply.
They all sit on the same server, use the same apache and mysql but do not share the same database or code base.
Controller is subdomain.domain.tld
Some sites are domain.tld while others are in domain2.tld or domain3.tld.
If SSO does not work this way, what module am I looking for?
Kahenya