OK, I looked around this forum, but I can't see anything that actually relates to a newer version of DNN having this issue.
I've seen the item about uncommenting something in web.config. Unfortunately when I do that it says that "Authentication" was already added - which it was, since I'm running both DNN login and AD login.
AD Login works great... now I just want it to auto-login. I have the IP Address entered as "192.168.110" because my entire network falls into that network (/24). According to the example given in the little help popup (which I think is brilliant, btw), that format should work. I also tried 192.168.110.1-192.168.110.254, but that didn't work any better.
The settings on the Authentication page for AD are as follows:
enabled: checked
Hide Login Controls: unchecked
Synchronize Role: unchecked
Provider: ADSIAuthenticationProvider
Authentication Type: Delegation
Root Domain: blank (if I put my proper domain in here, it doesn't work anymore)
Username: DOMAIN\username
Password: password
Confirm Password: password (actually both of these go blank once the Update Settings link is clicked)
Email Domain: @domain.com (real email domain suffix)
Auto-login IP Address (Optional): 192.168.110
Any thoughts about what I'm missing?