Understanding security context is very important, according to this faq. Too bad I don't know what it is.
I have found that 90% of the issues with System.DirectoryServices code are related to security and your binding context. If you don't understand your context you are pretty screwed to begin with. Understand what security context your code is executing under!
Forums.ASP.Net LDAP connection FAQs
Identity Impersonation
Checking the "Identity Impersonation" link fixed this guy's problem. Don't know what it is either.
http://forums.asp.net/t/1141117.aspx
Delegation
Checking the "Trust computer for delegation" box fixed this Active Directory problem. http://forums.asp.net/t/1062417.aspx
No comments:
Post a Comment