]> git.mjollnir.org Git - moodle.git/commit
MDL-9399 auth/ldap: NTLM SSO - cleanup of sesskey handling
authormartinlanghoff <martinlanghoff>
Wed, 14 Nov 2007 22:11:48 +0000 (22:11 +0000)
committermartinlanghoff <martinlanghoff>
Wed, 14 Nov 2007 22:11:48 +0000 (22:11 +0000)
commit83cd2dce5a44f9f6b80fea54a16ee49faea6f840
tree6f0f7ed6ea933a0e140b559662b7387052770b12
parent355bd271ac8173345aab93ffab79cb7c6312a567
MDL-9399 auth/ldap: NTLM SSO - cleanup of sesskey handling

Fix a bug in ntlmsso_finish(), and tighten up user_login() to avoid a
pointless DB lookup if the password doesn't match the sesskey.

Hopefully this makes things work again...
(thanks I~naki for the testing!)
auth/ldap/auth.php