[autobackport: sssd-2-13] sssd man-page: Improve man-page for override_gid#8753
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the documentation for the override_gid option in src/man/sssd.conf.5.xml to clarify that it overrides the primary GID value for all users in the domain with the specified value, and adds a description of its default behavior. There are no review comments, and I have no additional feedback to provide.
This commit improves the man-page statement for override_gid option by adding clear description & "Default" value. Resolves: SSSD#7341 Signed-off-by: Akshay Sakure <[email protected]> Reviewed-by: Justin Stephenson <[email protected]> (cherry picked from commit 5b6c11d)
|
The pull request was accepted by @justin-stephenson with the following PR CI status: 🟢 rpm-build:centos-stream-10-x86_64:upstream (success) There are unsuccessful or unfinished checks. Make sure that the failures are not related to this pull request before merging. |
cca25c0 to
9d86e4e
Compare
This is an automatic backport of PR#8741 sssd man-page: Improve man-page for override_gid 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
5b6c11d - sssd man-page: Improve man-page for override_gid
Backported commits
Original Pull Request Body
This commit improves the man-page statement for override_gid option by adding clear description & "Default" value.
Resolves: #7341