Honor ldap filters#8534
Conversation
|
Warning Gemini is experiencing higher than usual traffic and was unable to create the review. Please try again in a few hours by commenting |
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request addresses bug #8533 by adding a check to filter out entries in sdap_nested_group_lookup_recv based on their type, ensuring that only entries matching the expected type are processed. This change prevents incorrect entries from being included in nested group lookups.
sumit-bose
left a comment
There was a problem hiding this comment.
Hi,
thank you for the fix, ACK.
I think Gemini's comments can be ignored, especially the return EOK;.
bye,
Sumit
|
In both debug message and comment needs update. |
|
Note: #8526 will need to cherry-pick this once merged. |
|
@ondrejv2, please see comments inline. |
@ondrejv2, this needs updates as 'SDAP_NESTED_GROUP_DN_IGNORE' now can also mean "filtered out intentionally". |
|
@ondrejv2, thank you for updates. |
|
Hi, jfyi, I'm still fine with the latest version. bye, |
|
ACK |
Reviewed-by: Alexey Tikhonov <atikhono@redhat.com> Reviewed-by: Sumit Bose <sbose@redhat.com>
fixes bug #8533