Revert OL modifications
This commit is contained in:
parent
f8e6024899
commit
e48834b608
@ -1,26 +0,0 @@
|
||||
From: Alex Burmashev <alexander.burmashev@oracle.com>
|
||||
Date: Tue, 04 May 2021 13:31:41 +0100
|
||||
Subject: [PATCH] restore default debug level for sss_cache
|
||||
|
||||
We want only fatal failures to be logged, otherwise in some conditions log is.
|
||||
flooded with unneeded "errors"
|
||||
|
||||
Resolves: https://github.com/SSSD/sssd/issues/5488
|
||||
|
||||
Orabug: 32810448
|
||||
Signed-off-by: Alex Burmashev <alexander.burmashev@oracle.com>
|
||||
|
||||
Patch migrated from ol8 to ol9 without any modification
|
||||
Signed-off-by: Darren Archibald <darren.archibald@oracle.com>
|
||||
diff -uNr a/src/tools/sss_cache.c b/src/tools/sss_cache.c
|
||||
--- a/src/tools/sss_cache.c 2024-06-26 02:11:39.000000000 -0700
|
||||
+++ b/src/tools/sss_cache.c 2024-09-05 16:17:12.686336046 -0700
|
||||
@@ -722,7 +722,7 @@
|
||||
struct cache_tool_ctx *ctx = NULL;
|
||||
int idb = INVALIDATE_NONE;
|
||||
struct input_values values = { 0 };
|
||||
- int debug = SSSDBG_TOOLS_DEFAULT;
|
||||
+ int debug = SSSDBG_FATAL_FAILURE;
|
||||
errno_t ret = EOK;
|
||||
|
||||
poptContext pc = NULL;
|
||||
@ -23,13 +23,12 @@
|
||||
|
||||
Name: sssd
|
||||
Version: 2.11.1
|
||||
Release: 2.0.1%{?dist}.1
|
||||
Release: 2%{?dist}.1
|
||||
Summary: System Security Services Daemon
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/SSSD/sssd/
|
||||
Source0: https://github.com/SSSD/sssd/releases/download/2.11.1/sssd-2.11.1.tar.gz
|
||||
Source1: sssd.sysusers
|
||||
Patch2002: 2002-orabug32810448-restore-default-debug-sss_cache.patch
|
||||
|
||||
### Patches ###
|
||||
Patch0001: 0001-Revert-ipa-improve-handling-of-external-group-member.patch
|
||||
@ -1094,9 +1093,6 @@ fi
|
||||
%systemd_postun_with_restart sssd.service
|
||||
|
||||
%changelog
|
||||
* Tue Nov 25 2025 EL Errata <el-errata_ww@oracle.com> - 2.11.1-2.0.1.1
|
||||
- Restore default debug level for sss_cache [Orabug: 32810448]
|
||||
|
||||
* Tue Oct 21 2025 Sumit Bose <sbose@redhat.com> - 2.11.1-2.1
|
||||
- Resovles: RHEL-120288 - CVE-2025-11561 sssd: SSSD default Kerberos configuration allows
|
||||
privilege escalation on AD-joined Linux systems [rhel-10.1.z]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user