#49959 Ticket 49958: extended search fail to match entries
Closed by spichugi. Opened by tbordaz.
tbordaz/389-ds-base ticket_49958  into  master

Download 49959.patch

Bug Description:
During an extended search, a structure is created for each filter component.
The structure contains the keys generated from the assertion and using the given
matching rule indexer.
Later the keys will be compared (with the MR) with keys generated from the
attribute values of the candidate entries.
The bug is that parsing the assertion, instead of removing the heading spaces
the routine clear the assertion that is empty. So the generated keys is NULL.

Fix Description:
The fix consists to only remove heading spaces

https://pagure.io/389-ds-base/issue/49958

Reviewed by: ?

Platforms tested: F27

Flag Day: no

Doc impact: no

rebased onto ff3da975e42b8c66e6550bac5211f4bbb628eefb

Pull-Request has been merged by tbordaz

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This pull request has been cloned to Github as issue and is available here:
- https://github.com/389ds/389-ds-base/issues/3018

If you want to continue to work on the PR, please navigate to the github issue,
download the patch from the attachments and file a new pull request.

Thank you for understanding. We apologize for all inconvenience.

Pull-Request has been closed by spichugi

Metadata