Skip to content

Commit

Permalink
MDL-61050 auth_ldap: fix regression caused by MDL-42834
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden committed Jan 4, 2018
1 parent 013f0b2 commit 0c64c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/ldap/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ function loginpage_hook() {
$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');
Expand Down

0 comments on commit 0c64c64

Please sign in to comment.