When I go into the Authenication selection under admin and attempt to start the windows authenication installation here is the trouble i am having:
Windows Authenication: checked
Syncronize Role: Unchecked
Provider: ADSIAuthenicationProvider
Authentication Type: Delegation
Root Domain: dc=this,dc=that,dc=com
And a username and password that have access to the AD on the network.
Here is the error I get back:
Error: Windows Authentication 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.Security.Authentication.ADSI.Utilities.AddADSIPath(String Path, Path ADSIPath) at DotNetNuke.Security.Authentication.ADSI.Utilities.GetRootEntry(Path ADSIPath) at DotNetNuke.Security.Authentication.ADSI.Utilities.GetRootEntry() at DotNetNuke.Security.Authentication.ADSIProvider.GetNetworkStatus() at DotNetNuke.Security.Authentication.AuthenticationController.NetworkStatus() at DotNetNuke.Modules.Authentication.AuthenticationSettings.cmdAuthenticationUpdate_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
Does anyone have any ideas on why i would be getting this error? Thank you for any help!