Bug 1817219
Summary: | Impossible to enforce GID on the AD's "domain users" group in the IPA-AD trust setup | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Alexey Tikhonov <atikhono> |
Component: | sssd | Assignee: | Pavel Březina <pbrezina> |
Status: | CLOSED ERRATA | QA Contact: | ipa-qe <ipa-qe> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.2 | CC: | grajaiya, jhrozek, lslebodn, mniranja, mzidek, pbrezina, sgoveas, thalman, tscherf |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | 8.0 | Flags: | pm-rhel:
mirror+
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | sync-to-jira | ||
Fixed In Version: | sssd-2.3.0-1.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-11-04 02:04:37 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
Alexey Tikhonov
2020-03-25 20:09:15 UTC
master: 03bc962 sssd-1-16 80e6f71 Versions: Server: ipa-server-dns-4.8.7-7.module+el8.3.0+7376+c83e4fcd.noarch ipa-server-4.8.7-7.module+el8.3.0+7376+c83e4fcd.x86_64 ipa-server-trust-ad-4.8.7-7.module+el8.3.0+7376+c83e4fcd.x86_64 ipa-server-common-4.8.7-7.module+el8.3.0+7376+c83e4fcd.noarch sssd-ipa-2.3.0-6.el8.x86_64 Client: ipa-client-4.8.7-7.module+el8.3.0+7376+c83e4fcd.x86_64 ipa-client-common-4.8.7-7.module+el8.3.0+7376+c83e4fcd.noarch sssd-client-2.3.0-6.el8.x86_64 sssd-common-pac-2.3.0-6.el8.x86_64 sssd-ipa-2.3.0-6.el8.x86_64 sssd-tools-2.3.0-6.el8.x86_64 sssd-nfs-idmap-2.3.0-6.el8.x86_64 sssd-kcm-2.3.0-6.el8.x86_64 sssd-common-2.3.0-6.el8.x86_64 sssd-dbus-2.3.0-6.el8.x86_64 sssd-krb5-common-2.3.0-6.el8.x86_64 IPA Server ========== [root@server ~]# ipa idviepa idoverridegroup-add ^C [root@server ~]# ipa idoverridegroup-add 'Default Trust View' "domain users" --gid=40000000 -------------------------------------------------- Added Group ID override "domain users" -------------------------------------------------- Anchor to override: domain users GID: 40000000 [root@server ~]# systemctl stop sssd [root@server ~]# date; rm -rf /var/log/sssd/* /var/lib/sss/{mc,db}/* Wed Aug 5 07:52:22 IST 2020 [root@server ~]# systemctl start sssd [root@server ~]# id -a foobar2 uid=1346401110(foobar2) gid=1346401110(foobar2) groups=1346401110(foobar2),40000000(domain users),1346401112(foobargroup2) IPA Client =========== [root@client ~]# service sssd stop; rm -rf /var/lib/sss/{db,mc}/*; service sssd start; date Redirecting to /bin/systemctl stop sssd.service Redirecting to /bin/systemctl start sssd.service Wed Aug 5 08:06:03 IST 2020 [root@client ~]# id foobar2 uid=1346401110(foobar2) gid=1346401110(foobar2) groups=1346401110(foobar2),1346401112(foobargroup2),40000000(domain users) [root@client ~]# The gid from GID override can is the gid of Domain Users. 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-2020:4569 |