]> git.mjollnir.org Git - moodle.git/commit
NTLM SSO: MDL-14584 Fix for several outstanding NTLM SSO issues.
authoriarenaza <iarenaza>
Sat, 14 Feb 2009 16:21:14 +0000 (16:21 +0000)
committeriarenaza <iarenaza>
Sat, 14 Feb 2009 16:21:14 +0000 (16:21 +0000)
commit4194d32185ee02dbf6d935bb08102306d4a19d15
treeaccc628847bf351d9b0c8ff02cf068f8b9645c1c
parent47fcb11794bb52f7aff58280a9d4869edbbe0017
NTLM SSO: MDL-14584 Fix for several outstanding NTLM SSO issues.

These include:

MDL-14078: redirect() doubles the specified timeout when we haven't printed
           the page header and uses javascript to execute the redirect. This
           is interacting badly with some versions of IE and FF (at least
           3.0.x Windows version) that fireup javascript timers even if
           we already left the page where we set those up. Just print
           the page header (we are printing other content anyway) to
           make redirect respect our timeouts.

MDL-14071: All the relevant details are in the description of the bug :)

MDL-14297: This is probably the same as MDL-14078
auth/ldap/auth.php
auth/ldap/ntlmsso_attempt.php
auth/ldap/ntlmsso_finish.php