All Questions
Tagged with principalsearcher ldap
2 questions
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 ...
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=...