Async override available for Connect? #181
Unanswered
FinHorsley
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry in advance if i've missed this in the docs, but is there an async override (similar to
BindAsync) forConnect?Maybe i'm missing something todo with the underlying LDAP protocol, which means
ConnectAsyncisn't as required asBindAsync. For example, given that no authentication happens onConnect, this connection could be shared across multipleBindAsyncrequests to the LDAP server to authenticate a user. Tl;dr...LdapConnection, andConnectsuch that there is one shared 'connected' ldapconnection used by the application?Beta Was this translation helpful? Give feedback.
All reactions