[autobackport: sssd-2-13] sssd man-page: Fix man-page for offline_timeout*#8780
Conversation
There was a problem hiding this comment.
Code Review
This pull request relocates the documentation for the offline_timeout, offline_timeout_max, and offline_timeout_random_offset parameters within the sssd.conf.5.xml file. It also corrects minor typos and grammatical errors in the descriptions of these parameters. There are no review comments, and I have no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Currently, all the offline_timeout* options are in the wrong section due to which 'sssctl config-check' gives a WARNING. Ideally, they should be in DOMAIN SECTIONS. This PR will move all offline_timeout* options into DOMAIN SECTIONS and also fix a typo along with a couple of grammatical corrections. Resolves: SSSD#7289 Signed-off-by: Akshay Sakure <[email protected]> Reviewed-by: Justin Stephenson <[email protected]> (cherry picked from commit c183ecb)
|
The pull request was accepted by @justin-stephenson with the following PR CI status: 🟡 rpm-build:centos-stream-10-x86_64:upstream (in_progress) There are unsuccessful or unfinished checks. Make sure that the failures are not related to this pull request before merging. |
43ec558 to
ce176d7
Compare
This is an automatic backport of PR#8755 sssd man-page: Fix man-page for offline_timeout* to branch sssd-2-13, 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
c183ecb - sssd man-page: Fix man-page for offline_timeout*
Backported commits
Original Pull Request Body
Currently, all the offline_timeout* options are in the wrong section due to which 'sssctl config-check' gives a WARNING. Ideally, they should be in DOMAIN SECTIONS.
This PR will move all offline_timeout* options into DOMAIN SECTIONS.
Resolves: #7289