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 1676948 - After audit log file is rotated, DS version string is logged after each update
Summary: After audit log file is rotated, DS version string is logged after each update
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
medium
medium
Target Milestone: rc
: 8.0
Assignee: mreynolds
QA Contact: RHDS QE
URL:
Whiteboard:
Depends On: 1683259
Blocks: 1749509
TreeView+ depends on / blocked
 
Reported: 2019-02-13 16:21 UTC by Viktor Ashirov
Modified: 2023-09-07 19:46 UTC (History)
10 users (show)

Fixed In Version: 389-ds-base-1.4.2.4-1.module+el8.2.0+4699+cf2da360
Doc Type: Bug Fix
Doc Text:
Cause: Audit log being rotated Consequence: The audit log heading is written to log before every single update Fix: Properly update the state of the log after it is rotated Result: The audit log heading is only written once to each log file
Clone Of:
: 1749509 (view as bug list)
Environment:
Last Closed: 2020-04-28 16:01:20 UTC
Type: Bug
Target Upstream Version:
Embargoed:
vashirov: mirror+


Attachments (Terms of Use)
Automated test case (2.07 KB, patch)
2019-02-13 16:25 UTC, Viktor Ashirov
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Github 389ds 389-ds-base issues 3592 0 None closed After audit log file is rotated, DS version string is logged after each update 2021-02-03 19:41:56 UTC
Red Hat Issue Tracker RHELPLAN-15081 0 None None None 2023-09-07 19:46:23 UTC
Red Hat Product Errata RHBA-2020:1703 0 None None None 2020-04-28 16:01:36 UTC

Description Viktor Ashirov 2019-02-13 16:21:30 UTC
Description of problem:
After audit log file is rotated, DS version string is logged after each update.

For example:

time: 20190213161354
dn: uid=test_audit_log,ou=People,dc=example,dc=com
result: 0
changetype: modify
replace: description
description: test

-
replace: modifiersname
modifiersname: cn=directory manager
-
replace: modifytimestamp
modifytimestamp: 20190213161354Z
-

        389-Directory/1.4.0.21 B2019.031.1515
        server-f28.example.com:38901 (/etc/dirsrv/slapd-standalone1)

time: 20190213161354
dn: uid=test_audit_log,ou=People,dc=example,dc=com
result: 0
changetype: modify
replace: description
description: test
-
replace: modifiersname
modifiersname: cn=directory manager
-
replace: modifytimestamp
modifytimestamp: 20190213161354Z
-

        389-Directory/1.4.0.21 B2019.031.1515
        server-f28.example.com:38901 (/etc/dirsrv/slapd-standalone1)

time: 20190213161355
dn: cn=uniqueid generator,cn=config
result: 0
changetype: modify
replace: nsState
nsState:: gA6DUaov6QHW0IapRgvYvQEAAAAAAAAA
-
replace: modifiersname
modifiersname: cn=server,cn=plugins,cn=config
-
replace: modifytimestamp
modifytimestamp: 20190213161355Z


Version-Release number of selected component (if applicable):
389-ds-base-1.4.0.20-7.module+el8+2750+1f4079fb.x86_64


How reproducible:
always

Steps to Reproduce:
1. Enable audit log
2. Set nsslapd-auditlog-maxlogsize to 1
3. Do lots of mods, so that audit file is rotated
4. Check audit log file.

Actual results:
Audit log file contains DS version string.

Expected results:
No DS version string in the audit log.

Additional info:

Comment 1 Viktor Ashirov 2019-02-13 16:25:23 UTC
Created attachment 1534447 [details]
Automated test case

Comment 10 Viktor Ashirov 2019-12-03 13:28:12 UTC
===================================================================== test session starts =====================================================================
platform linux -- Python 3.6.8, pytest-5.3.1, py-1.8.0, pluggy-0.13.1 -- /usr/bin/python3.6
cachedir: .pytest_cache
metadata: {'Python': '3.6.8', 'Platform': 'Linux-5.3.12-300.fc31.x86_64-x86_64-with-redhat-8.1-Ootpa', 'Packages': {'pytest': '5.3.1', 'py': '1.8.0', 'pluggy': '0.13.1'}, 'Plugins': {'html': '2.0.1', 'metadata': '1.8.0'}}
389-ds-base: 1.4.2.4-4.module+el8.2.0+4930+d4051b3a
nss: 3.44.0-8.el8
nspr: 4.21.0-2.el8_0
openldap: 2.4.46-10.el8
cyrus-sasl: not installed
FIPS: disabled
rootdir: /workspace/ds/dirsrvtests, inifile: pytest.ini
plugins: html-2.0.1, metadata-1.8.0
collected 1 item                                                                                                                                              

dirsrvtests/tests/suites/ds_logs/ds_logs_test.py::test_audit_log_rotate_and_check_string PASSED                                                         [100%]

=============================================================== 1 passed, 11 warnings in 28.76s ===============================================================

Marking as VERIFIED.

Comment 12 errata-xmlrpc 2020-04-28 16:01:20 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, 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/RHBA-2020:1703


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