-
Notifications
You must be signed in to change notification settings - Fork 270
Tests:cache_credentials = true not working for 2-9 #8032
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
The code changes introduce a new test case for cache_credentials = true with a custom PAM stack. The review focuses on improving the robustness of the test setup to prevent potential flakiness.
b1e253c to
5280e5f
Compare
e9c7c96 to
5b9ab77
Compare
|
Hi, the current version of this backported test does not include the latest changes to the original one, e.g. usage of bye, |
5b9ab77 to
d3fd13a
Compare
|
Hi Sumit, |
6864078 to
4c612de
Compare
4c612de to
112fe3f
Compare
madhuriupadhye
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
sumit-bose
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
thank you for the update, besides some formating name naming changes the test code is the same as the one in master, ACK.
bye,
Sumit
Backporting to sssd-2-9 branch, Tests for cache_credentials = true not working in sssd, with specified PAM configuration in /etc/pam.d/system-auth and /etc/pam.d/password-auth verifies SSSD#7968 Reviewed-by: Madhuri Upadhye <mupadhye@redhat.com> Reviewed-by: Sumit Bose <sbose@redhat.com>
|
The pull request was accepted by @sumit-bose with the following PR CI status: 🟢 CodeQL (success) There are unsuccessful or unfinished checks. Make sure that the failures are not related to this pull request before merging. |
Backporting to sssd-2-9 branch,
Tests for cache_credentials = true not working in sssd, with specified PAM configuration in /etc/pam.d/system-auth and /etc/pam.d/password-auth
verifies #7968