diff --git a/SOURCES/2002-orabug32810448-restore-default-debug-sss_cache.patch b/SOURCES/2002-orabug32810448-restore-default-debug-sss_cache.patch deleted file mode 100644 index fbf8d90..0000000 --- a/SOURCES/2002-orabug32810448-restore-default-debug-sss_cache.patch +++ /dev/null @@ -1,26 +0,0 @@ -From: Alex Burmashev -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 - -Patch migrated from ol8 to ol9 without any modification -Signed-off-by: Darren Archibald -diff -ruN sssd-2.4.0.orig/src/tools/sss_cache.c sssd-2.4.0/src/tools/sss_cache.c ---- sssd-2.4.0.orig/src/tools/sss_cache.c 2021-06-29 12:48:07.035970021 -0700 -+++ sssd-2.4.0/src/tools/sss_cache.c 2021-06-29 13:11:23.126918933 -0700 -@@ -709,7 +709,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; diff --git a/SPECS/sssd.spec b/SPECS/sssd.spec index 910b8d7..ac31953 100644 --- a/SPECS/sssd.spec +++ b/SPECS/sssd.spec @@ -27,7 +27,7 @@ Name: sssd Version: 2.9.7 -Release: 4.0.1%{?dist}.1 +Release: 4%{?dist}.1 Summary: System Security Services Daemon License: GPLv3+ URL: https://github.com/SSSD/sssd/ @@ -37,7 +37,6 @@ Source0: https://github.com/SSSD/sssd/releases/download/%{version}/sssd-%{versio Patch0001: 0001-authtok-add-IS_PW_OR_ST_AUTHTOK.patch Patch0002: 0002-krb5-offline-with-SSS_AUTHTOK_TYPE_PAM_STACKED.patch Patch0003: 0003-disable-Kerberos-localauth-an2ln-plugin-for-AD-IPA.patch -Patch2002: 2002-orabug32810448-restore-default-debug-sss_cache.patch ### Dependencies ### @@ -1087,9 +1086,6 @@ fi %systemd_postun_with_restart sssd.service %changelog -* Fri Nov 14 2025 EL Errata - 2.9.7-4.0.1.1 -- Restore default debug level for sss_cache [Orabug: 32810448] - * Fri Oct 17 2025 Tomas Halman - 2.9.1-2 - Resolves: rhbz#2218858 - [sssd] SSSD enters failed state after heavy load in the system