-
Notifications
You must be signed in to change notification settings - Fork 256
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
Tests: ldap search base does not fully limit the Netgroup search base #7754
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.
- see inline comments
- Should this be backported to sssd-2-10 or/and other branches?
315c884
to
7b0ca0a
Compare
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.
I had a set of inline comments prepared for this test case, but the more I went through it the less I understood, so I decided to remove them and ask the following question: What are you trying to test? Can you specify it in the form of a use case?
Here sssd-ldap option "ldap_search_base" is being tested . Here in this test "ou=Netgroup1,dc=ldap,dc=test" is set as ldap_search_base and ldap_search should limit to this OU only |
da07476
to
7cb4165
Compare
f48140d
to
0309a99
Compare
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.
See inline.
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.
LGTM.
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.
LGTM!
This patch doesn't apply even to sssd-2-10 branch, and this is definitely wrong. A brief inspections shows that at least 6040510 and 7b855ab are missing in sssd-2-10 branch (maybe more). This is most probably because of missed backport-to- labels on previous PRs. @aborah-sudo, @jakub-vavra-cz, @kaushikub, please make sure sssd-2-10 (and older branches if needed) do not miss any patches present in 'master' branch. I set this PR as "blocked" until issue is resolved to avoid making discrepancy worse. |
#7805 is now created to backport the last prs to 2.10 |
ldap search base does not fully limit the Netgroup search base