Merge branch 'master_MDL-61050' of https://github.com/danmarsden/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2018-01-08 20:38:29 +01:00
commit 8d9a55a05b

View File

@ -1624,7 +1624,7 @@ class auth_plugin_ldap extends auth_plugin_base {
$sesskey = sesskey();
redirect($CFG->wwwroot.'/auth/ldap/ntlmsso_magic.php?sesskey='.$sesskey);
} else if ($this->config->ntlmsso_ie_fastpath == AUTH_NTLM_FASTPATH_YESFORM) {
redirect($CFG-wwwroot.'/login/index.php?authldap_skipntlmsso=1');
redirect($CFG->wwwroot.'/login/index.php?authldap_skipntlmsso=1');
}
}
redirect($CFG->wwwroot.'/auth/ldap/ntlmsso_attempt.php');