sssd man-page: Add data type in man-page#8768
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the SSSD man page documentation in src/man/sssd.conf.5.xml by adding explicit type annotations (such as string and boolean) to several PAM-related configuration options, including pam_initgroups_scheme, pam_gssapi_services, pam_gssapi_check_upn, and pam_gssapi_indicators_map. There are no review comments to address, 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.
justin-stephenson
left a comment
There was a problem hiding this comment.
Thank you for the PR. Could you add the data type to other options with missing data types?
I did a quick glance at man sssd.conf and found others such as...
fd_limit
client_idle_timeout
cache_first
This patch adds missing data (value) type in man-page for following options:
pam_initgroups_scheme, pam_gssapi_services,
pam_gssapi_check_upn, pam_gssapi_indicators_map
Resolves: #7323
Resolves: #7324
Resolves: #7325
Resolves: #7326