Hi all
Well tried the AD Fix and that didn't fix my problem. One colleague in my IT department was added to DNN, everyone else can't get on.
To recap my problem:
I am using DNN 4.3.5, Win2K3, IIS 6, SQL Server 2000. I have applied the AD Fix and had the problem before, and after, the update. The problem is that new AD users are not added to DNN 4.3.5., although some have been added in the past (i.e. me).
The Symptoms
The end user connects to the web site and gets placed in a loop where nothing appears to happen. They are redirected to the WindowsSignIn.apx. After using SQL Profiler (SQL Server 2000) I was able to see repeated calls to the following:
exec dbo.GetUserByUsername @PortalId = 0, @Username = N'DOMAIN\username'
NOTE: "DOMAIN\username" has been replaced for the purposes of this post.
On my browser DNN is not a trusted site but it works. My end user's machine is the same. When I added DNN as a trusted site to IE on their machine it made no difference. I have tried this on another user's computer with the same effect.
The Question/Challenge
I have read most of this forum searching for the solution to my problem. Has anyone got AD integration working for an Intranet solution on DNN 4.3.5 on IIS 6? Any help here would be great, for me and everyone else.
Glen