Skip to content

Instantly share code, notes, and snippets.

@micahwalter
Created November 10, 2010 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micahwalter/670280 to your computer and use it in GitHub Desktop.
Save micahwalter/670280 to your computer and use it in GitHub Desktop.
Additions to settings.php for client sites with SSO
$conf['session_inc'] = 'sites/all/modules/sso/session.singlesignon.inc';
$db_prefix = array(
'default' => 'client-prefix',
'authmap' => '',
'sessions' => '',
'users' => '',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment