Bug 1951511
| Summary: | [RFE] - IDM - Allow specifying permanent logging settings for BIND | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Raul Mahiques <rmahique> | |
| Component: | ipa | Assignee: | Thomas Woerner <twoerner> | |
| Status: | CLOSED ERRATA | QA Contact: | ipa-qe <ipa-qe> | |
| Severity: | low | Docs Contact: | Josip Vilicic <jvilicic> | |
| Priority: | unspecified | |||
| Version: | 8.3 | CC: | abokovoy, amore, jvilicic, pcech, rcritten, ssidhaye, tscherf, twoerner | |
| Target Milestone: | beta | Keywords: | FutureFeature, Triaged | |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
|
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | ipa-4.9.5-1 | Doc Type: | Enhancement | |
| Doc Text: |
.BIND supports customized logging settings
With this enhancement, you can now configure logging settings for the BIND DNS component of an Identity Management server in the `/etc/named/ipa-logging-ext.conf` configuration file.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1966101 (view as bug list) | Environment: | ||
| Last Closed: | 2021-11-09 18:22:22 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1966101 | |||
|
Description
Raul Mahiques
2021-04-20 10:07:51 UTC
Can you confirm that this is the section they are asking for?
From named.conf(5):
LOGGING
logging {
category string { string; ... };
channel string {
buffered boolean;
file quoted_string [ versions ( "unlimited" | integer )
] [ size size ];
null;
print-category boolean;
print-severity boolean;
print-time boolean;
severity log_severity;
stderr;
syslog [ syslog_facility ];
};
};
yes, the logging section yes, the logging section Fixed as a part of rebase Azure CI to Fedora 34: https://github.com/freeipa/freeipa/pull/5790 git master: https://pagure.io/freeipa/c/07c423afd51b9664733e941486cf13d039bd2e9c https://pagure.io/freeipa/c/65700bf7436b82ad83d9d69d00eaa789f7a9c1ad ipa-4-9: https://pagure.io/freeipa/c/0932c9217ff343d788b13ee1845fecb9666cbea8 https://pagure.io/freeipa/c/64c0f900306295d1e9832ed58844bb9b2338a339 Verified using: 2021-07-02T07:13:23+0000 ok: [master.testrelm.test] => (item=ipa-server) => 2021-07-02T07:13:23+0000 msg: 2021-07-02T07:13:23+0000 - arch: x86_64 2021-07-02T07:13:23+0000 epoch: null 2021-07-02T07:13:23+0000 name: ipa-server 2021-07-02T07:13:23+0000 release: 1.module+el8.5.0+11410+91a33fe4 2021-07-02T07:13:23+0000 source: rpm 2021-07-02T07:13:23+0000 version: 4.9.5 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Test-console-log ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ test_integration/test_upgrade.py::TestUpgrade::test_current_named_conf PASSED [ 44%] test_integration/test_upgrade.py::TestUpgrade::test_update_named_conf_simple PASSED Based on this marking bug as verified. 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 (ipa 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/RHBA-2021:4230 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days |