Hi there - I hope you guys can help me as I'm slowly pulling my hair out here!!!
I'm currently running a portal in DNN 4.9 on IIS 5.1 with XP SP3, I'm building a test Intranet to showcase this internally to try and allow further use of your solution. The portal itself is finished but I originally just used forms authentication and now want to use windows authentication.
I've installed both 1.00.6 which didn't work and attempted 1.00.4 of the AD connector required. Both install without any errors but when I go to complete the authentication settings I receive the following error:
Error: is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Authentication.ActiveDirectory.ADSI.Utilities.AddADSIPath(String Path, Path ADSIPath) at DotNetNuke.Authentication.ActiveDirectory.ADSI.Utilities.GetRootEntry(Path ADSIPath) at DotNetNuke.Authentication.ActiveDirectory.ADSI.ADSIProvider.GetNetworkStatus() at DotNetNuke.Authentication.ActiveDirectory.AuthenticationController.NetworkStatus() at DotNetNuke.Authentication.ActiveDirectory.Settings.UpdateSettings() --- End of inner exception stack trace ---
Now having read the guide with the package and searched forums I'm totally lost?! I've looked in to altering the web config and stop forms authentication then use the impersonate switch with windows authentication. This is where I'm starting to get lost . . .
Using the above setup I will not have successfully completed the authentication settings for the portal. I've performed the necessary security modifications in IIS for WinsignIn.aspx and when you browse to portal the site appears successfully, but you appear to be logged in as a 'donut' user and I can't administer the site?! Now has the authentication worked??? In the SQL table I can’t see any logged in users??
If the authentication hasn’t worked how am I supposed to log in using the impersonate switch then re-attempt to complete the authentication settings with access to the admin tools??
I have tried using the windows authentication setup and altering an existing dummy user in SQL to match a domain account and set them to a Super User – but again no joy??
Please can someone help give me some direction!!!