After installing the AD i can't get it to work...
I did this:
- went to IIS to ...\DesktopModules\AuthenticationServices\activedirectory\ and changed the security tab of WindowsSignIn.aspx so the only checked checkbox is the integrated windows authentication.
- logged on my site as Host, go to Admin>Authentication and inserted the following information:
Enabled: Checked
Hide Login Controls: Unchecked
Synchronize Role: Unchecked (because it didn't work i tried checking it but the outcome was the same)
Provider: ADSIAuthenticationProvider
Authentication Type: Delegation (i've tried all of the types with the same result - see below)
Root Domain: dc=<domain_name>, dc=com
User Name: <domain_name>\<username>
Password: <password>
Confirm Password: <password>
Email Domain: @<domain_name>
When i click on Update Settings it shows this message:
Accessing Global Catalog:
FAIL
Checking Root Domain:
FAIL
Accessing LDAP:
FAIL
Find all domains in network:
Could not access LDAP to obtain domains info
The specified domain either does not exist or could not be contacted.
I've tried uncommenting the line <add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" /> but the site doesn't load if i do. (web.config error). I don't have another Authentication in <httpmodules>.
I've also tried uncommenting the impersonation line and changing it to: <identity impersonate="true" userName="<domain_name>\<username>" password="<password>" /> but the site also doesn't load in this case.
Am i doing something wrong?