← Back to team overview

mahara-contributors team mailing list archive

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

 

Public bug reported:

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

** Affects: mahara
     Importance: Undecided
     Assignee: PiersHarding (piersharding)
         Status: In Progress

** Changed in: mahara
     Assignee: (unassigned) => PiersHarding (piersharding)

** Changed in: mahara
       Status: New => In Progress

-- 
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:
  In Progress

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


Follow ups

References