On this page
Bakery Installation instructions
These steps should be compatible with 1.x and 2.x branches of the Bakery module for Drupal 6 and Drupal 7.
Bakery provides single sign-on (SSO) functionality for two or more sites. Deploy this module on the authoritative "master" Drupal server and the secondary "slave" or subsite server. The master and slave must be on the same domain*.
Enable Bakery on master site
Enable and configure Bakery on the master server first. It is recommended that you use the UID 1 Drupal account for this configuration.
1. Enable Bakery on the modules page
2. Visit the Bakery configuration page to setup Bakery
You must designate a site as the "Bakery account master".
3. Check the box for "Is this the master site?"
4. Enter the full URL of this site including ending forward slash
http://example.org/
For SSO to work between sites, Bakery must know of the other sites, the "slave" or subsites.
5. Enter the full URLs of each slave site, separated by newlines, with ending slashes.
http://store.example.org/
http://groups.example.org/
Two other required fields for Bakery to work are the private key and the cookie domain.
6. You will need to enter a long and secure private key. Preferably, the key should be at least 32 characters (bytes) in length.
Please note: An encryption key is not a password; a password generator should not be used for an encryption key, as keys have different and stricter requirements to be secure. An encryption key should not be distinguishable and should be completely random.
7. Enter the domain to use for Bakery cookies. These cookies are shared so the domain should be the top level, with leading period. See the FAQ for more information about the leading period
.example.org
8. Save configuration (we'll come back to the other fields)
Enable Bakery on a subsite
Now to enable and configure Bakery on the slave or subsite. It is recommended you use the UID 1 Drupal account for this configuration.
9. Enable Bakery on the modules page
10. Visit the Bakery configuration page to setup Bakery
This is a subsite of the master Bakery site.
11. Do not check the master site box
12. Enter the full URL of the master site set in step #4
13. The slave sites text-area can be left blank
14. Enter the exact same private key set in step #6
15. Enter the exact same domain set in step #7
16. Save configuration
Bakery should now be set to work for the master and this slave site. Open a different browser than the one you are currently using and visit the master site. Log in with a standard account. Once successful visit the slave site and confirm that you are also logged in.
See the FAQ if you are experiencing trouble. Use the Bakery issue queue for support questions.
* Master and slave must be on the same domain, but are not required to be at certain levels. For example, you can have the master be sub.example.com and a slave be example.com. The master and slave sites can be on different physical machines.
Help improve this page
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion