-
Notifications
You must be signed in to change notification settings - Fork 82
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
Issue 5170 - BUG - ldapsubentries were incorrectly returned #5285
Issue 5170 - BUG - ldapsubentries were incorrectly returned #5285
Conversation
|
I have confirmed it passes tests/suites/filter/complex_filters_test.py |
The "subentries" test is now failing... |
I can't reproduce, they all pass for me .... including subentries. |
|
Maybe you should try to rerun this PR tests and check if subentries test still fail... |
The subentries test fails for me with your patch - just like it does in the Gtihub CI tests. |
|
Ahh you meant the subentries suite, not the subentries test in complex. Okay, that I can reproduce, I'll look next week. |
Bug Description: Due to a change in the logic with filter optimiser, in ldbm search we accidentally returned ldap subentrys Fix Description: Clean up the logic and comments in the ldbm_search.c file to prevent this. fixes: 389ds#5170 Author: William Brown <william@blackhats.net.au> Review by: ???
5f192cb
to
64d376b
Compare
|
Fixed. |
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
|
@mreynolds389 Do we need to double check the other branches that we applied 5170 to? |
Yeah this needs to be cherry-picked to 2.1 and 2.0 |
|
@mreynolds389 I'm sick man, can you do this? So sorry. |
No problem. FYI there are still regressions with all of this. Working on a testcase at this point, but might need you to look into at later. See: |
Bug Description: Due to a change in the logic with filter optimiser, in ldbm search we accidentally returned ldap subentrys Fix Description: Clean up the logic and comments in the ldbm_search.c file to prevent this. fixes: #5170 Author: William Brown <william@blackhats.net.au> Review by: @mreynolds389
|
I'll try and look when I'm doing better :( |
Bug Description: Due to a change in the logic with filter optimiser, in ldbm search we accidentally returned ldap subentrys Fix Description: Clean up the logic and comments in the ldbm_search.c file to prevent this. fixes: #5170 Author: William Brown <william@blackhats.net.au> Review by: @mreynolds389
…89ds#5285)" This reverts commit 682bbfb.
Bug Description: Due to a change in the logic with filter
optimiser, in ldbm search we accidentally returned ldap
subentrys
Fix Description: Clean up the logic and comments in the
ldbm_search.c file to prevent this.
fixes: #5170
Author: William Brown william@blackhats.net.au
Review by: ???