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
The option flag ``OPT_X_SASL_SSF_EXTERNAL`` never worked because the
set_option code didn't handle the flag correctly.
Fixes: python-ldap#423
Signed-off-by: Christian Heimes <cheimes@redhat.com>
tiran
added a commit
to tiran/python-ldap
that referenced
this issue
Sep 15, 2021
The option flag ``OPT_X_SASL_SSF_EXTERNAL`` never worked because the
set_option code didn't handle the flag correctly.
Fixes: python-ldap#423
Signed-off-by: Christian Heimes <cheimes@redhat.com>
python-ldap exports
OPT_X_SASL_SSF_EXTERNAL
but there is no code that handlesOPT_X_SASL_SSF_EXTERNAL
.I'll add code and tests after #416 has been merged.
The text was updated successfully, but these errors were encountered: