I just installed the latest release of DNN (04.08.02) and followed the instructions found in the above articles. I however was unable to perform the file modification in IIS because the file: WindowsSignin.aspx is not longer in admin/Security. It appears to now be located in /DesktopModules/AuthenticationServices/ActiveDirectory. I can make the modifications to this file...and they work, but only if I put the full path:
http://hostname/DNN/desktopmodules/AuthenticationServices/ActiveDirectory/windowssignin.aspx
I would like to have users just go to: http://hostname/DNN and it work....in addition, the web.config change no longer applies...it to has been changed from:
<add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" />
to
<add name="Authentication" type="DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule, DotNetNuke.Authentication.ActiveDirectory" />
Could you possible post a new revision of the instructions or let me know where I might find more current instructions. Thanks