Skip to content
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

Proxy: Avoid ldb_modify failed error #6901

Closed

Conversation

justin-stephenson
Copy link
Contributor

Resolves the sysdb errors returned in the proxy provider logs when proxy_fast_alias is True.

This extraneous memset call would overwrite the previously returned pwd buffer, therefore an attempt was made to update the user's SYSDB_PWD with an empty value causing the error.

This PR will allow the test in #6872 to succeed.

Resolves the sysdb errors returned in the proxy provider
logs when proxy_fast_alias is True.

This extraneous memset call would overwrite the previously
returned pwd buffer, therefore an attempt was made to update
the user's SYSDB_PWD with an empty value causing the error.
@alexey-tikhonov
Copy link
Member

Thank you, ACK.

Copy link
Contributor

@thalman thalman left a comment

Choose a reason for hiding this comment

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

LGTM, ACK

@pbrezina
Copy link
Member

Pushed PR: #6901

  • master
    • eebb43d - Proxy: Avoid ldb_modify failed error
  • sssd-2-9
    • 0919c92 - Proxy: Avoid ldb_modify failed error

@pbrezina pbrezina added Pushed and removed Accepted Ready to push Ready to push labels Aug 31, 2023
@pbrezina pbrezina closed this Aug 31, 2023
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.

4 participants