I am using DNN 5.1.4 with AD 5.0.0.2, Windows XP SP2, IIS 5.1
I set AD Provider in DNN:
- delegation
- root domain: dc=ABCD,dc=local
-username: ABCD\doru
-password,....
-default domain: ABCD
-autologin: 192.168.0.36-192.168.0.100
In web.config I have
<identity impersonate="true" userName="RONET1\doru" password="..."/>
<add name="Authentication" type="DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule, DotNetNuke.Authentication.ActiveDirectory" />
I gave the same permission to user "doru" that ASPNET accounts has.
I have the following errors:
Accessing Global Catalog: FAIL
Checking Root Domain: FAIL
Accessing LDAP: FAIL
Find all domains in network: Could not access LDAP to obtain domains info
Logon failure: unknown user name or bad password.
Could you tell me where is the problem?
Thanks,
Doru