Bug 2000238
Summary: | disabled root ad domain causes subdomains to be marked offline | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Striker Leggette <striker> |
Component: | sssd | Assignee: | Sumit Bose <sbose> |
Status: | CLOSED ERRATA | QA Contact: | Dan Lavu <dlavu> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 7.9 | CC: | akaiser, atikhono, dlavu, grajaiya, hartsjc, jhrozek, jreznik, lslebodn, mzidek, pbrezina, sbose, sgoveas, tscherf |
Target Milestone: | rc | Keywords: | Triaged, ZStream |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | sync-to-jira | ||
Fixed In Version: | sssd-1.16.5-10.el7_9.11 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-11-23 17:17:01 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Striker Leggette
2021-09-01 16:12:46 UTC
Upstream ticket: https://github.com/SSSD/sssd/issues/5770 Upstream PR: https://github.com/SSSD/sssd/pull/5771 Pushed PR: https://github.com/SSSD/sssd/pull/5771 * `master` * 2a617c0efc07d10efc0688652bfe7ab2d8d6f477 - sdap: always create sdap object for a forest root * `sssd-1-16` * 46b194196749d4ea77d5d4e6bdd64d7c0996b105 - sdap: always create sdap object for a forest root Verified against sssd-1.16.5-10.el7_9.11.x86_64 [root@ci-vm-10-0-107-140 ~]# cat /etc/sssd/sssd.conf [sssd] domains = child-y3fb.domain-y3fb.com config_file_version = 2 services = nss, pam [domain/child-y3fb.domain-y3fb.com] debug_level = 9 ad_enabled_domains = child-zf0b.domain-zf0b.com ad_domain = child-y3fb.domain-y3fb.com krb5_realm = CHILD-Y3FB.DOMAIN-Y3FB.COM realmd_tags = manages-system joined-with-samba cache_credentials = True id_provider = ad krb5_store_password_if_offline = True default_shell = /bin/bash ldap_sasl_authid = CI-VM-10-0-107-$ ldap_id_mapping = True use_fully_qualified_names = True fallback_homedir = /home/%u@%d access_provider = ad [root@ci-vm-10-0-107-140 ~]# id administrator.com uid=1096800500(administrator.com) gid=1096800513(domain users.com) groups=1096800513(domain users.com),1096800520(group policy creator owners.com),1096800512(domain admins.com),1096800572(denied rodc password replication group.com) [root@ci-vm-10-0-107-140 ~]# id administrator id: administrator: no such user 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:4793 |