You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While LDAPObject.bind and sasl_..._bind_s exist, there is no method that allows one to issue a SASL bind and not block the thread waiting for a response. This is unlike most other operations that python-ldap supports.
python-ldap version: 3.4
The text was updated successfully, but these errors were encountered:
Issue description:
While
LDAPObject.bind
andsasl_..._bind_s
exist, there is no method that allows one to issue a SASL bind and not block the thread waiting for a response. This is unlike most other operations that python-ldap supports.python-ldap version: 3.4
The text was updated successfully, but these errors were encountered: