[autobackport: sssd-2-9] Remove obsolete entry_cache_computer_timeout option - #9221
Merged
alexey-tikhonov merged 1 commit intoSep 4, 2026
Conversation
alexey-tikhonov
approved these changes
Sep 4, 2026
sumit-bose
approved these changes
Sep 4, 2026
sumit-bose
left a comment
Contributor
There was a problem hiding this comment.
Hi,
backport matches original patch, ACK.
bye,
Sumit
Member
are unrelated. |
This patch removes option entry_cache_computer_timeout and all its references from the code (from sssd.conf.5.xml, cfg_rules.ini. confdb.c, confdb.h) since it is not used anymore. entry_cache_computer_timeout parameter was originally introduced with a2e7f68 but its usage was later removed with c02e09a. Signed-off-by: Akshay Sakure <asakure@redhat.com> Reviewed-by: Alexey Tikhonov <atikhono@redhat.com> Reviewed-by: Sumit Bose <sbose@redhat.com> (cherry picked from commit 78ea2f0)
Contributor
Author
|
The pull request was accepted by @alexey-tikhonov with the following PR CI status: 🟢 CodeQL (success) There are unsuccessful or unfinished checks. Make sure that the failures are not related to this pull request before merging. |
sssd-bot
force-pushed
the
SSSD-sssd-backport-pr9088-to-sssd-2-9
branch
from
September 4, 2026 14:54
5092b95 to
cb28700
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automatic backport of PR#9088 Remove obsolete entry_cache_computer_timeout option to branch sssd-2-9, created by @asakure.
Please make sure this backport is correct.
Note
The commits were cherry-picked without conflicts.
You can push changes to this pull request
Original commits
78ea2f0 - Remove obsolete entry_cache_computer_timeout option
Backported commits
Original Pull Request Body
This patch removes option
entry_cache_computer_timeoutand all its references from the code (from sssd.conf.5.xml, cfg_rules.ini, confdb.c, confdb.h) since it is not used anymore.entry_cache_computer_timeoutparameter was originally introduced with a2e7f68 but its usage was later removed with c02e09a.