Maybe I've still got something configured wrong in the webconfig or iis, but when you navigate directly to http://[domain]/DesktopModules/AuthenticationServices/ActiveDirectory/WindowsSignin.aspx should you see the DNN page's login screen or a Windows prompt? (I get the windows box- and it does work to sign me in using DMN\Username.)
A summary of what we're trying to accomplish:
We've got AD Authentication working beautifully for an intranet section of our company web page. I also used one of the scripts from one of the stickies here and added to the Login.ascx file to eliminate the need for the domain name in our logins. (The script adds it in automatically.)
Now we also had DNN Authentication disabled. This was done to make the login screen as simple as possible. (And trust me, if we had to train staff to remember to click the other login button, or to add a domain infront of their names, we'd be fielding calls and help tickets for months...)
That all worked great. Unfortunately we've got this one module handling our online job applications that requires users to register an account. It lets them keep their applications online, or sign back in to finish one that is partially completed. It's also does a pretty spiffy job, but the two don't play well together. Since it generates a DNN user, and I have that authentication turned off, applicants can't sign back in. But if I turn that mode back on, I get the two login buttons.
I figured the easiest fix would be to make a "staff" login button that would point directly to the WindowsSignin. It brings up the Windows signin box, which would be fine, except that doesn't auto-fill the domain, and doesn't work without it. (If I could get the script working here, that'd be acceptable as well.)
Another possiblity that was brought up- if it was possible for DNN to register users to AD, we could do it that way too. We'd just set up a new group that's good for nothing but logging in to the web page and be done with it, no other changes needed. I didn't see anything about that, though... (just a couple of modules that could edit AD users on the web page, but I don't think they'd do what we need here. )
Any ideas here? Is there a "better" way to be doing this that I'm not seeing?
Thanks.