-
Notifications
You must be signed in to change notification settings - Fork 273
Config rules: allow 'ldap_subuid_*' attrs #8403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config rules: allow 'ldap_subuid_*' attrs #8403
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
The pull request introduces new ldap_subuid_* and ldap_subgid_* configuration options in src/config/cfg_rules.ini. However, these new options do not appear to have corresponding definitions in src/config/SSSDConfig/sssdoptions.py. This omission can lead to issues with configuration parsing, documentation, and overall system understanding of these new parameters.
3692952 to
680ca14
Compare
sumit-bose
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
thank you for the fix, the list is the same as in the source code and man page, ACK.
bye,
Sumit
Reviewed-by: Sumit Bose <sbose@redhat.com>
680ca14 to
9ef3a9e
Compare
No description provided.