mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
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:
parent
b67580acfa
commit
16bac723c0
1 changed files with 8 additions and 7 deletions
|
@ -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');
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue