Hi,
I have Moodle 2.0 + IIS7.5 + MSSQL 2008 R2 running in my environment. If I use SSO via NTLM I don't have any problems with auto-login. If I switch to Kerberos, auto-login fails. I know the LDAP settings are right because I can log in using my domain account using the manual login process. I know Kerberos is working because I have a valid ticket visible using Kerbtray and the security logs on the server show my domain account successfully logging (Audit Success) with notification of Logon Process = Kerberos.
So far I've double-checked the apppool account folder permissions and they all seem fine. Even tried giving full access to everyone and that didn't solve anything.
My authentication settings in IIS are:
- Authentication Providers: Negotiate, NTLM
- Kernel-mode authentication: Disabled
I'm pretty much stumped on this one. Any ideas?