]> git.mjollnir.org Git - moodle.git/commit
user_login() was not converted to using get_cache_flags().
authormartinlanghoff <martinlanghoff>
Mon, 19 Nov 2007 02:43:48 +0000 (02:43 +0000)
committermartinlanghoff <martinlanghoff>
Mon, 19 Nov 2007 02:43:48 +0000 (02:43 +0000)
commit0cbcc8efc11782858aa2e88ee70213d7c9016d3f
tree1ec63504d626c371bdb540a9bad8fc36402e8904
parent58eada356d9fdeee54ed4f3517b6b09df1ab5b45
user_login() was not converted to using get_cache_flags().

It was still using the 'old' get_config() interface, so the 'cookie'
set by ntlmsso_finish() wasn't retrieved at all, and the automatic
login always failed.

Signed-off-by: Iñaki Arenaza <iarenuno@eteo.mondragon.edu>
Author: Iñaki Arenaza <iarenuno@eteo.mondragon.edu>
Committer: Martin Langhoff <martin@catalyst.net.nz>
auth/ldap/auth.php