mikeh wrote
Send me an email (mhorton@telus.net) and I'll send it to you. I didn't remember until I saw your post that I never posted the fix for 4.3.7 because DNN 4.4.0 was released right about the time I finished the fix for 4.3.7
Thanks for the AD Fix for 4.3.7; however, I got the exact same problems as I originally had with the 4.3.7 Install version installed. With no impersonation, I get authenticated, but:
- The Users table is not populating properly (same as in my first post in this thread)
- And if I try to use impersonation with my personal domain account (only having basic user rights) I get the CountryListBox access is denied error.
Sigh. Here are the relevant parts of my web.config (as I understand it):
- <add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" />
It is not commented out - kinda obvious I know...
- <trust level="Full" originUrl=".*" />
I tried it with Medium trust and it didn't work, yet it should. For now I am not worried, but I think it should work with Medium in my case.
- <!-- <identity impersonate="true" userName="DOMAIN\myUsername" password="myPassword" /> -->
It is currently commented out as above; otherwise I get: Could not load file or assembly 'CountryListBox' or one of its dependencies. Access is denied.
- <authentication mode="Forms">
<forms name=".DOTNETNUKE" protection="All" timeout="60" cookieless="UseCookies"/>
</authentication>
Forms auth is ON; Windows auth is OFF (commented out)
Am I missing something? Oh yeah, in Admin > Authentication, I get OK on everything when I update. I.e.
Accessing Global Catalog:
OK
Checking Root Domain:
OK
Accessing LDAP:
OK
Everything except /admin/security/signin.aspx allows anonymous access. SignIn.aspx is set for Windows Integrated Auth. What else?
Oh, and I just tried it a few more times and now it's not even authenticating me. It's as if it authenticated me once with impersonation off, and since then it doesn't authenticate. I re-started the website in IIS and cleared my browser cache and it doesn't even authenticate me anymore.
Looks like upgrading to 4.5.1 is next...
Dan