Bug 1714633
Summary: | Using more than one asterisk in the search string is not working when searching for users. | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Miguel Martin <mmartinv> |
Component: | ovirt-engine-extension-aaa-jdbc | Assignee: | Eli Mesika <emesika> |
Status: | CLOSED ERRATA | QA Contact: | Petr Matyáš <pmatyas> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 4.2.8-4 | CC: | lleistne, mperina, mtessun |
Target Milestone: | ovirt-4.4.0 | Flags: | lsvaty:
testing_plan_complete-
|
Target Release: | 4.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ovirt-engine-extension-aaa-jdbc-1.1.90 | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-08-04 13:19:31 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Miguel Martin
2019-05-28 13:42:26 UTC
sync2jira sync2jira This occurs not only for more than one '*' , it does not match whenever the '*' is not the last character , for example if you serach for 'admin' by "*n" you will got nothing The reason is that the code checks for the last char only to see if it is '*' and then replace it with '*' when the replacement should be for all occurrences I managed to reproduce it also from the CLI tool , for example : ovirt-aaa-jdbc-tool query --what=user --pattern="name=*n" is not working either Verified on ovirt-engine-extension-aaa-jdbc-1.1.90-1.el7ev.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: RHV Manager (ovirt-engine) 4.4 security, bug fix, and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:3247 |