Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Not a bug
-
Affects Version/s: 1.9
-
Fix Version/s: None
-
Component/s: Authentication
-
Labels:None
-
Environment:Operating system-windows xp, Moodle 1.9Beta
-
Affected Branches:MOODLE_19_STABLE
Description
I tried to implement single sign on for moodle.But i got some errors when i go to oncampuslogin page.The errors are shown as bellow.
"NTLM/Integrated Authentication on this page has not been enabled, please contact your server admin for details.
Click here to login via the offcampus login page"
When i on the debugging for moodle it says
"Navigation needs to be updated to use build_navigation()
- line 3352 of lib\weblib.php: call to debugging()
- line 37 of theme\standardwhite\header.html: call to print_navigation()
- line 2506 of lib\weblib.php: call to include()
- line 308 of auth\ntlm\oncampuslogin.php: call to print_header()"
and some ather errors like this.
This bug report doesn't make much sense to me. On the one hand you talk about oncampuslogin.php, on the other the bug is marked as affecting version 1.9.
There is no auth/ntlm/oncampuslogin.php in version 1.9. The NTLM authentication method has been folded in the LDAP authentication plugin and you don't need the external contrib plugin any more. Are you sure your bug affects Moodle version 1.9?
Saludos. Iñaki.