← Back to team overview

mahara-contributors team mailing list archive

[Bug 862875] Re: Simplesaml changed their config - auth/saml

 

** Changed in: mahara
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/862875

Title:
  Simplesaml changed their config - auth/saml

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  As reported by Tomas Gudmundsson:
  Rather this is a change in requirements of simplesaml. I just set up simplesaml 1.8 and mahara 1.4.0 with the folder updated from the git repo in trunk, folder : htdocs/auth/saml/.


  Simplesaml changed their config and changed session.handler to
  store.type. I was getting errors from mahara auth saml, that session
  handler must not be phpsession, however it was null so I got the
  default message, maybe consider different messages for different
  errors?

  Changed it, started memcache and changed line 91 in
  auth/saml/index.php to

  $session_handler = $saml_config->getString('store.type', false);

  Now I get this error message.
  Mahara: Site unavailable

  A nonrecoverable error occured. This probably means you have
  encountered a bug in the system

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/862875/+subscriptions


References