Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
1k views

ldap principalsearcher very slow

I want to get information from only 1 user out of 20,000 users. The response time of the method I used below is 40 seconds. What is the solution to this problem? public AuthenticatedUserProperties ...
Gökhan YILDIZ's user avatar
0 votes
1 answer
2k views

PrincipalSearcher Wrong Username Or Password error

I'm trying to get user data from the active directory. Authentication process is true. var context = new PrincipalContext(ContextType.Domain, "localhost-ad.local", "OU=LocalOu,DC=localhost-ad,DC=...
Gökhan YILDIZ's user avatar