I am new to DNN. I have a portal up and running with forms authentication, and now I want to enable AD auth. I have been reading about the steps involved with setting this up, but my installation is missing a file or files. In the following thread, Tam Tran refers to specific steps to enable AD auth:
http://www.dotnetnuke.com/Community/Forums/tabid/795/postid/18959/Default.aspx
The first step requires me to "go to Admin/Authentication page to configure Windows Authentication." When I go to this page, there is no reference to Windows Authentication -- the only three sections are "DotNetNuke Authentication Settings", "Windows LiveID Settings", and "OpenID Settings", none of which refer to "Windows Authentication" in any way.
The second step says, "In IIS Manager find /Admin/Security/WindowsSignin.aspx", but this file does not exist anywhere in my path.
The third step says, "remove the comment at authentication httpmodule". When I do this, I get a "Server Error in '/myapp' Application".
So, I thought maybe I needed to install a missing module. I noticed that there is an ActiveDirectory module (ActiveDirectory_01.00.05_install.zip), but when I attempt to install this module through the host account, I get the following error:
ExceptionSystem.Exception: Dnn load failed, aborting at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnLoaderFactory.GetDnnAdapter() at DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.Install()
I figure I must have missed a step during setup, but I am too far along on customizing now and don't want to start over. Is there anything I can do? I am totally lost here.
Thanks for any advice you can give.
~Jon Casper