[autobackport: sssd-2-9] sssd man-page: Add reference to FAILOVER section - #8794
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the sssd.conf.5.xml man page to provide more specific references for the 'FAILOVER' section, explicitly pointing to the man pages for sssd-ldap, sssd-krb5, sssd-ipa, and sssd-ad instead of a generic reference. There are no review comments, and I have no 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, FAILOVER section is not available in sssd.conf(5) man-page. This patch improves the statement about FAILOVER section mentioning its availability in other man-pages for example sssd-ldap(5). Resolves: SSSD#7339 Signed-off-by: Akshay Sakure <asakure@redhat.com> Reviewed-by: Justin Stephenson <jstephen@redhat.com> (cherry picked from commit 817b002)
|
The pull request was accepted by @justin-stephenson 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. |
d8ca330 to
a2c46c8
Compare
This is an automatic backport of PR#8760 sssd man-page: Add reference to FAILOVER section 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
817b002 - sssd man-page: Add reference to FAILOVER section
Backported commits
Original Pull Request Body
Currently, FAILOVER section is not available in sssd.conf(5) man-page. This patch improves the statement about FAILOVER section mentioning its availability in other man-pages for example sssd-ldap(5).
Resolves: #7339