Reputation: 93
I hit the LDAP of organization to get user's details (ID, email) by giving the user's name as an input. The query I use times out. Is there a way to increase the timeout limit?
Upvotes: 1
Views: 4509
Reputation: 54618
Increase your System.DirectoryServices.Protocols.LdapConnection.Timeout?
Upvotes: 2