Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Handle unknown LDAP result code #429

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

Merged
merged 1 commit into from
Sep 17, 2021
Merged

Conversation

tiran
Copy link
Member

@tiran tiran commented Sep 16, 2021

Prevent SystemError: error return without exception set when LDAP
server returns an unknown LDAP result code.

Fixes: #240
Signed-off-by: Christian Heimes [email protected]

Prevent ``SystemError: error return without exception set`` when LDAP
server returns an unknown LDAP result code.

Fixes: python-ldap#240
Signed-off-by: Christian Heimes <[email protected]>
@tiran tiran added the bug label Sep 16, 2021
@tiran tiran requested a review from encukou September 16, 2021 12:10
Copy link
Contributor

@droideck droideck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@encukou encukou merged commit d9ded15 into python-ldap:master Sep 17, 2021
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 this pull request may close these issues.

"SystemError: error return without exception set" when server returns an unknown resultCode
3 participants