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

greggles’s picture

Title: Top level domains » Document that bakery doesn't work with different top level domains
Category: support » task

No, it can't do that.

coltrane’s picture

I 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.

greggles’s picture

Status: Active » Fixed

Project page updates. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.