Ok done this so far:
- Ran sspipkgs.exe and everything seems fine.
- copied mod_auth_sspi.so to Apache2.2\modules directory.
- httpd.conf file to load the module and turn on SSPI auth for a directory (the config was copied from the Moodle.org guide)
- Configured moodle to enable sso
The version of moodle is 1.9 running on apache 2.2.3 which is on a 2003 server. I checked the apache error logs and this is what it says:
Code:
[Thu Feb 26 08:49:08 2009] [error] [client 192.168.10.1] unable to include potential exec "include/top.html" in parsed file C:/Program Files/Apache Software Foundation/Apache2.2/error/HTTP_UNAUTHORIZED.html.var, referer: http://moodleserver/moodle/auth/ldap/ntlmsso_attempt.php
[Thu Feb 26 08:49:08 2009] [error] [client 192.168.10.1] unable to include potential exec "include/spacer.html" in parsed file C:/Program Files/Apache Software Foundation/Apache2.2/error/HTTP_UNAUTHORIZED.html.var, referer: http://moodleserver/moodle/auth/ldap/ntlmsso_attempt.php
[Thu Feb 26 08:49:08 2009] [error] [client 192.168.10.1] unable to include potential exec "include/bottom.html" in parsed file C:/Program Files/Apache Software Foundation/Apache2.2/error/HTTP_UNAUTHORIZED.html.var, referer: http://moodleserver/moodle/auth/ldap/ntlmsso_attempt.php
[Thu Feb 26 08:49:09 2009] [error] [client 192.168.10.1] unable to include potential exec "include/top.html" in parsed file C:/Program Files/Apache Software Foundation/Apache2.2/error/HTTP_UNAUTHORIZED.html.var, referer: http://moodleserver/moodle/auth/ldap/ntlmsso_attempt.php
[Thu Feb 26 08:49:09 2009] [error] [client 192.168.10.1] unable to include potential exec "include/spacer.html" in parsed file C:/Program Files/Apache Software Foundation/Apache2.2/error/HTTP_UNAUTHORIZED.html.var, referer: http://moodleserver/moodle/auth/ldap/ntlmsso_attempt.php
[Thu Feb 26 08:49:09 2009] [error] [client 192.168.10.1] unable to include potential exec "include/bottom.html" in parsed file C:/Program Files/Apache Software Foundation/Apache2.2/error/HTTP_UNAUTHORIZED.html.var, referer: http://moodleserver/moodle/auth/ldap/ntlmsso_attempt.php
I get this error when I goto http://moodleserver/moodle/login, it says its trying to sign in but fails and goes back to 'normal' sign in.