RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1843567 - Healthcheck to find notes=F
Summary: Healthcheck to find notes=F
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: 389-ds-base
Version: 8.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 8.0
Assignee: mreynolds
QA Contact: RHDS QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-06-03 14:52 UTC by mreynolds
Modified: 2020-11-04 03:09 UTC (History)
5 users (show)

Fixed In Version: 389-ds-base-1.4.3.8-4.module+el8.3.0+7193+dfd1e8ad
Doc Type: Bug Fix
Doc Text:
Cause: Issuing searches that are unindexed or use knwon attirbutes not found inthe server's schema Consequence: The healthcheck tool does not report about these potentially dnageroussearches Fix: Add checks that look at the access log for for notes=A and notes=F Result: Healthcheck tool reports when it finds these searches in the current access log.
Clone Of:
Environment:
Last Closed: 2020-11-04 03:08:03 UTC
Type: ---
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github 389ds 389-ds-base issues 3846 0 None None None 2020-09-13 22:25:09 UTC
Red Hat Product Errata RHEA-2020:4695 0 None None None 2020-11-04 03:08:18 UTC

Description mreynolds 2020-06-03 14:52:45 UTC
This bug is created as a clone of upstream ticket:
https://pagure.io/389-ds-base/issue/50791

#### Issue Description
We should have a healtcheck to detect if invalid filters are being issued or found (and should recommend correct settings and to disallow unindexed).

logconv.pl should also detect this

Comment 1 mreynolds 2020-06-15 15:49:59 UTC
Added checks for notes=A and notes=F

To verify use these filters;

notes=A
------------

Import 5000 entries
Search using a filter:  "(uid=test*)"

We should see a notes=A in the access log, and healthcheck should complain


note=F
-----------

Search using a filter with an unknown attribute:  "(unknown=test)"

We should see a notes=F in the access log, and healthcheck should complain

Comment 6 bsmejkal 2020-07-14 13:19:09 UTC
=============================================================================================== test session starts ===============================================================================================
platform linux -- Python 3.6.8, pytest-5.4.3, py-1.9.0, pluggy-0.13.1 -- /usr/bin/python3.6
cachedir: .pytest_cache
metadata: {'Python': '3.6.8', 'Platform': 'Linux-4.18.0-221.el8.x86_64-x86_64-with-redhat-8.3-Ootpa', 'Packages': {'pytest': '5.4.3', 'py': '1.9.0', 'pluggy': '0.13.1'}, 'Plugins': {'metadata': '1.10.0', 'html': '2.1.1', 'libfaketime': '0.1.2'}}
389-ds-base: 1.4.3.8-4.module+el8.3.0+7193+dfd1e8ad
nss: 3.44.0-15.el8
nspr: 4.21.0-2.el8_0
openldap: 2.4.46-15.el8
cyrus-sasl: 2.1.27-5.el8
FIPS: disabled
rootdir: /mnt/tests/rhds/tests/upstream/ds/dirsrvtests, inifile: pytest.ini
plugins: metadata-1.10.0, html-2.1.1, libfaketime-0.1.2
collected 7 items / 5 deselected / 2 selected                                                                                                                                                                     

dirsrvtests/tests/suites/healthcheck/health_config_test.py::test_healthcheck_notes_unindexed_search PASSED                                                                                               [ 50%]
dirsrvtests/tests/suites/healthcheck/health_config_test.py::test_healthcheck_notes_unknown_attribute PASSED                                                                                              [100%]

================================================================================== 2 passed in 34.20s ============================================================================================================

Marking as VERIFIED.

Comment 9 errata-xmlrpc 2020-11-04 03:08:03 UTC
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 (389-ds:1.4 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/RHEA-2020:4695


Note You need to log in before you can comment on or make changes to this bug.