Hi Mike, sorry it's taken a while to respond. I've been swamped at work and finally got some free time to actually come back to this problem. After digging through the documentations, here's what observations I've made (but still not working :/ ):
1. Tried with a "domain" account and my site won't even load up. Asp.net bombs out complaining:
Could not create Windows user token from the credentials specified in the config file. Error from the operating system 'The trust relationship between this workstation and the primary domain failed.
Do you happen to have any clue about this?
2. Without impersonation, I changed the root domain to be MyDomain.com and this gave me something interesting:
Provider: ADSIAuthenticationProvider
Auth Type: Delegation
Root Domain: MyDomain.COM
UserName: MyDomain\myName
Passowrd: XXX
Email Domain: @myDomain.com
I get this error:
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.
If i take out the .COM, then it produces this error as before:
Error: is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Authentication.ActiveDirectory.ADSI.Utilities.AddADSIPath(String Path, Path ADSIPath) at DotNetNuke.Authentication.ActiveDirectory.ADSI.Utilities.GetRootEntry(Path ADSIPath) at DotNetNuke.Authentication.ActiveDirectory.ADSI.ADSIProvider.GetNetworkStatus() at DotNetNuke.Authentication.ActiveDirectory.Settings.UpdateSettings() --- End of inner exception stack trace ---
Can I say.. HELP! ? :)
Mike Horton wrote
Pingmustard, I've heard of this happening before (where one windows account doesn't work but others do) but have never heard of a solution from anyone that I can remember. A couple of questions for you. When you say you tried turning on impersonation but it didn't work do you mean you got the same error or did you get a different error? With users have to try 2x before the system lets them in is this on automatic login? What are the steps your users are doing when they go to the site?
With your account in particular, can you make a backup of your install or at least the database and then possibly try deleting your user account from the portal and then trying again? Is it possible your network admins changed something with the AD or the network over the weekend that's causing the problem?