]> git.mjollnir.org Git - moodle.git/commit
MDL-9399 auth/ldap: NTLM SSO - Resolve Moodle cookies issue, tighten config.php requi...
authormartinlanghoff <martinlanghoff>
Wed, 14 Nov 2007 22:08:55 +0000 (22:08 +0000)
committermartinlanghoff <martinlanghoff>
Wed, 14 Nov 2007 22:08:55 +0000 (22:08 +0000)
commit3357a506bd976ec9d1870b9b57cabd55813dd96f
treee4d4ed9cca5abe6306f0df66c35fc8aaede42c74
parent977f5b56e107cc8dd75d3a4236a18e8371ff9c4e
MDL-9399 auth/ldap: NTLM SSO - Resolve Moodle cookies issue, tighten config.php require()s

Use $nomoodlecookie global to avoid session troubles. Also

 * Ensure we load the appropriate config.php, even if we are executing
   under a strange environment (ie: with a user's credentials!)

 * Test we have a spacer gif to open before we open it
auth/ldap/auth.php
auth/ldap/ntlmsso_attempt.php
auth/ldap/ntlmsso_finish.php
auth/ldap/ntlmsso_magic.php