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
-
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
ConnectAsync
isn't as required asBindAsync
. For example, given that no authentication happens onConnect
, this connection could be shared across multipleBindAsync
requests to the LDAP server to authenticate a user. Tl;dr...LdapConnection
, andConnect
such that there is one shared 'connected' ldapconnection used by the application?Beta Was this translation helpful? Give feedback.
All reactions