Skip to content

set_option() does not handle OPT_X_SASL_SSF_EXTERNAL #423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tiran opened this issue Aug 30, 2021 · 0 comments · Fixed by #428
Closed

set_option() does not handle OPT_X_SASL_SSF_EXTERNAL #423

tiran opened this issue Aug 30, 2021 · 0 comments · Fixed by #428
Assignees
Labels

Comments

@tiran
Copy link
Member

tiran commented Aug 30, 2021

python-ldap exports OPT_X_SASL_SSF_EXTERNAL but there is no code that handles OPT_X_SASL_SSF_EXTERNAL.

I'll add code and tests after #416 has been merged.

@tiran tiran added the bug label Aug 30, 2021
@tiran tiran self-assigned this Aug 30, 2021
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>
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant