I am trying to set up the windows authentication in DNN 4.5.1 on SQL2005 and Windows 2000.
I can log in fine and it adds the users, however it does not give them the proper groups, and yes, the groups are added to the database. The problem is simple, but hard to fix as its the Admin -> Authentication that is the problem.
It comes up with the following problem:
Accessing Global Catalog:
FAIL
Checking Root Domain:
OK
Accessing LDAP:
FAIL
Find all domains in network:
Could not access LDAP to obtain domains info
Logon failure: unknown user name or bad password.
Domain: aaaa.bbb.ccc
Username: BBB\domain user
password: obvious
email: blank
--
And I know the domain user and password and the domain I am using is correct, this is because on the same setup, same site, same database it works on a Windows 2003 server.
I have no clue why it works on a Windows 2003 server, but not on a Windows 2000 server with the same exact information used to log on in the Admin - Authentication section.
Any help would be great, thanks in advance.