Active
Project:
Single Sign-On (aka SSO or Single Sign On)
Version:
6.x-1.0-rc1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2010 at 21:32 UTC
Updated:
12 Jul 2010 at 19:40 UTC
Comments
Comment #1
brst t commentedElaborating.
Works easily enough with two sites -- one is the controller the other is the client. Additional sites after that yield '>1 installed modules' type error messages.
Staying with the no multisite, symlinks make for an easy workaround. The client sites/all/modules/sso link to the controller sites/all/modules/sso. The rest of the README instructions still follow.
So, for both cases, I have prefixed the database tables per installation. Analogous to a multisite, but still separate codebases.
1) For a pair of sites, multisite not req'd. One is contoller only. The other site is client only.
2) For more than two sites, multisite can be sidestepped by symlinking the clients' sites/all/modules/sso to the controller's.
Again with the so far so good. 'Everything is working fine and as it should.'
And yeah, a multisite is still the easier route to proceed.
Not sure how to edit or reword this at the moment, but it'd be good to include some note of the potential of 1) and 2) above.