Hello
I'm new to DNN. I'm having a problem with the AD provider. The login page throws browser error like Sys is undefined and Type is undefined for many js files. User are getting these errors. I'm not experiencing any problelms getting in , but that might be due to me having full permissions on the dnn applciations directory. Also the Windows Login button is disabledb for the users. I followed the instructions provide in the install guide.
The only error I get when I activated AD provider was an error icon below with this message:
Error: is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Access is denied. ---> System.Runtime.InteropServices.COMException (0x80070005): Access is denied. at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServices.DirectoryEntry.Bind() at System.DirectoryServices.DirectoryEntry.get_IsContainer() at System.DirectoryServices.DirectoryEntries.ChildEnumerator..ctor(DirectoryEntry container) at System.DirectoryServices.DirectoryEntries.GetEnumerator() at DotNetNuke.Authentication.ActiveDirectory.Settings.CheckPipelineMode() at DotNetNuke.Authentication.ActiveDirectory.Settings.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
It did ask me to comment out: <add name="Authentication" type="DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule, DotNetNuke.Authentication.ActiveDirectory" /
Which I did, but I've noticed the older entry is also commented out. Also I added theidentity impersonate="true" with userName and password attribute/values.
I also added the AD user account to have full permission on the dnn application directory.
Here is my setup:
DNN version: 05.04.00
DNN_ActiveDirectoryAuthentication: 5.0.2
Running on
Windows Server 2008 SP2 and IIS 7.0, backend is SQL Server 2008
Please help. Not sure what to do.
<