-
Notifications
You must be signed in to change notification settings - Fork 270
Open
Labels
SSSD-JiraAlready cloned to SSSD Jira for tracking task breaking down purposesAlready cloned to SSSD Jira for tracking task breaking down purposes
Description
Hey there again!
I noticed, the man-pages sssd.conf and sssd-ldap are inconsistent in the capitalization of some values:
True,true,TRUEFalse,false,FALSENone,none
In SSSDConfig, some cases are treated equally, but not all:
sssd/src/config/SSSDConfig/__init__.py.in
Lines 79 to 82 in ad7dc21
| self.bool_lookup = { | |
| 'false' : False, | |
| 'true' : True, | |
| } |
Similarly, sometimes its called ad or AD
This inconsistency is confusing and reduces confidence whether SSSD actually recognizes the configuration and does the intended thing.
I am using RHEL 9.5 with SSSD version 2.9.5, release 4.el9. If this is a duplicate, please ignore this.
Metadata
Metadata
Assignees
Labels
SSSD-JiraAlready cloned to SSSD Jira for tracking task breaking down purposesAlready cloned to SSSD Jira for tracking task breaking down purposes