mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
Merge branch 'master_MDL-61050' of https://github.com/danmarsden/moodle
This commit is contained in:
commit
8d9a55a05b
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user