Closed (fixed)
Project:
Bakery Single Sign-On System
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2011 at 13:16 UTC
Updated:
5 Aug 2011 at 20:11 UTC
Hi,
I've been struggling with http://www.drupal.org/project/sso and wondering if Bakery might be a better alternative.
This is to work with the domain.module http://www.drupal.org/project/domain
What I need to know please is, will Bakery work with several top-level domains and not just sub.domains?
master database (mainsite.com, anothersite2.com, anothersite3.com, etc):
$db_prefix = array(
'default' => '',
'users' => 'controller_database',
'sessions' => 'controller_database',
'authmap' => 'controller_database'
);slave database (login.mainsite.com)
$db_prefix = 'controller_database';
I've read all installation and faq files, but do not see if it is possible to be logged into several top-level domains.
Looking forward to any reply, and thank you.
Lilian
Comments
Comment #1
gregglesNo, it can't do that.
Comment #2
coltraneI think this is pretty well documented but I will make it extra clear at http://drupal.org/node/567410 and perhaps the project page could be updated.
I'm not sure the code needs any update.
Comment #3
gregglesProject page updates. Thanks.