Removed the shibboleth code (there is a new way now)

http://moodle.org/mod/forum/discuss.php?d=39918#187611
This commit is contained in:
moodler 2006-03-02 01:09:56 +00:00
parent b67580acfa
commit 16bac723c0

View file

@ -39,13 +39,14 @@
require($CFG->dirroot.'/auth/cas/login.php');
}
if ($CFG->auth == 'shibboleth') {
if (!empty($SESSION->shibboleth_checked) ) { // Just come from there
unset($SESSION->shibboleth_checked);
} else if (empty($_POST)) { // No incoming data, so redirect
redirect($CFG->wwwroot.'/auth/shibboleth/index.php');
}
}
// See http://moodle.org/mod/forum/discuss.php?d=39918#187611
// if ($CFG->auth == 'shibboleth') {
// if (!empty($SESSION->shibboleth_checked) ) { // Just come from there
// unset($SESSION->shibboleth_checked);
// } else if (empty($_POST)) { // No incoming data, so redirect
// redirect($CFG->wwwroot.'/auth/shibboleth/index.php');
// }
// }