From 04d6892658ee8208a5fc001e120546191dd68c1c Mon Sep 17 00:00:00 2001
From: dakku <dakku@97634.no-reply.drupal.org>
Date: Thu, 21 May 2015 15:34:24 +0100
Subject: [PATCH] updated instructions in sso.php to include server

---
 sso/sso.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sso/sso.php b/sso/sso.php
index 0d511e7..ea234aa 100644
--- a/sso/sso.php
+++ b/sso/sso.php
@@ -15,7 +15,9 @@ if (empty($_SERVER['HTTP_HOST'])) {
 // Don't include the protocol (http://, https://).
 // Example url (SSO script on subdomain): "a.firstsite.com"
 // Example url (SSO script in the Drupal directory): "firstsite.com/sso.php"
+// SSO Server must also be defined in the $network array
 $network = array(
+  'ssoserver.com',
   'a.firstsite.com',
   'a.shop.secondsite.com',
 );
-- 
1.8.4.2

