From 9d78151d17b108337e7111f28cae37838351618f Mon Sep 17 00:00:00 2001 From: Akshay Sakure Date: Thu, 28 May 2026 17:32:01 +0530 Subject: [PATCH] sssd man-page: Improve man-page for override_gid This commit improves the man-page statement for override_gid option by adding clear description & "Default" value. Resolves: https://github.com/SSSD/sssd/issues/7341 Signed-off-by: Akshay Sakure Reviewed-by: Justin Stephenson (cherry picked from commit 5b6c11d507ec9dcd4daef27b683e42af364d8dc7) --- src/man/sssd.conf.5.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index d817a6b1128..aa2f35b445a 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -3873,7 +3873,12 @@ pam_json_services = gdm-switchable-auth override_gid (integer) - Override the primary GID value with the one specified. + Override the primary GID value for all users in the + domain with specified value. + + + Default: not set (Use the primary GID value retrieved + from the identity provider)