]> git.mjollnir.org Git - moodle.git/commit
MDL-9399 auth/ldap: ntlmsso_finish() now completes the user session setup
authormartinlanghoff <martinlanghoff>
Wed, 14 Nov 2007 22:09:45 +0000 (22:09 +0000)
committermartinlanghoff <martinlanghoff>
Wed, 14 Nov 2007 22:09:45 +0000 (22:09 +0000)
commitddf3de6720aac5bcd1a3f19c70241b67775d0d98
tree6812e9fc5f589bb0211ef2f6fd76913256597acf
parent0a1c2f4a43daae89559f317962af103dbe6d5853
MDL-9399 auth/ldap: ntlmsso_finish() now completes the user session setup

As IƱaki points out, ntlmsso_finish() needs to do all the setup that
login/index.php would do for a user once auth succeeds. With this
patch, the session setup is complete so the logon is usable.
auth/ldap/auth.php