RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1855320 - [RFE] RHEL8 sssd: inheritance of the case_sensitive parameter for subdomains.
Summary: [RFE] RHEL8 sssd: inheritance of the case_sensitive parameter for subdomains.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: sssd
Version: 8.3
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: 8.0
Assignee: Pavel Březina
QA Contact: Dan Lavu
URL:
Whiteboard: sync-to-jira
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-07-09 14:40 UTC by Pierre Amadio
Modified: 2021-11-10 09:01 UTC (History)
10 users (show)

Fixed In Version: sssd-2.5.0-1.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-11-09 19:46:34 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github SSSD sssd issues 5250 0 None closed [RFE] RHEL8 sssd: inheritance of the case_sensitive parameter for subdomains. 2021-01-26 10:56:41 UTC
Red Hat Product Errata RHBA-2021:4435 0 None None None 2021-11-09 19:46:50 UTC

Comment 2 Pavel Březina 2020-07-20 13:16:27 UTC
Is this for AD provider or IPA provider?

Comment 3 Pierre Amadio 2020-07-20 13:49:32 UTC
(In reply to Pavel Březina from comment #2)
> Is this for AD provider or IPA provider?

id_provider = ad
access_provider = ad

Comment 4 Pavel Březina 2020-07-21 10:03:51 UTC
Upstream ticket:
https://github.com/SSSD/sssd/issues/5250

Comment 5 Pavel Březina 2020-07-21 10:44:33 UTC
Upstream PR:
https://github.com/SSSD/sssd/pull/5251

Comment 9 Pavel Březina 2021-01-26 10:56:50 UTC
Pushed PR: https://github.com/SSSD/sssd/pull/5251

* `master`
    * 944c47e27c4e5a01816bb897efb33c1825a64078 - man: update case_sensitive documentation to reflect changes for subdomains
    * f6bb31af5b5c6605f33377f0750c85d0ff722385 - subdomains: allow to inherit case_sensitive=Preserving for IPA
    * f2655950430a25abc6b74761b2872004e3258893 - subdomains: allow to set case_sensitive=Preserving in subdomain section
    * 12eb04b2fd698245d653c9166af29949d337b3be - subdomains: allow to inherit case_sensitive=Preserving
    * 0eb0281c9620086cda0e814532398e5a9a4b7092 - man: add auto_private_groups to subdomain_inherit

Comment 13 Dan Lavu 2021-06-03 12:38:36 UTC
Tested against sssd-2.5.0-1.el8.x86_64

#### sssd.conf #####

[sssd]
domains = domain.com
config_file_version = 2
services = nss, pam

[domain/domain.com]
ad_domain = domain.com
krb5_realm = DOMAIN.COM
realmd_tags = manages-system joined-with-adcli 
cache_credentials = True
id_provider = ad
krb5_store_password_if_offline = True
default_shell = /bin/bash
ldap_id_mapping = True
use_fully_qualified_names = True
fallback_homedir = /home/%u@%d
access_provider = ad
subdomain_inherit = case_sensitive
case_sensitive = Preserving | False


#### case_sensitive = False #####
[root@ci-vm-10-0-99-216 sssd]# id UpperUser
uid=933601115(upperuser) gid=933600513(domain users) groups=933600513(domain users)


[root@ci-vm-10-0-99-216 sssd]# id Upper_Child.com
uid=132201107(upper_child.com) gid=132201107(upper_child.com) groups=132201107(upper_child.com),132200513(domain users.com)


#### case_sensitive = Preserving #####
[root@ci-vm-10-0-99-216 sssd]# id UpperUser
uid=933601115(UpperUser) gid=933600513(Domain Users) groups=933600513(Domain Users)


[root@ci-vm-10-0-99-216 sssd]# id Upper_Child.com
uid=132201107(Upper_Child.com) gid=132201107(Upper_Child.com) groups=132201107(Upper_Child.com),132200513(Domain Users.com)

Comment 23 errata-xmlrpc 2021-11-09 19:46:34 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (sssd bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2021:4435


Note You need to log in before you can comment on or make changes to this bug.