Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
DescriptionNiranjan Mallapadi Raghavender
2016-09-06 15:58:12 UTC
Description of problem:
Unable to make a group member of another group (nested groups)
Version-Release number of selected component (if applicable):
sssd-client-1.14.0-35.el7.x86_64
sssd-tools-1.14.0-35.el7.x86_64
sssd-krb5-1.14.0-35.el7.x86_64
python-sss-1.14.0-35.el7.x86_64
sssd-1.14.0-35.el7.x86_64
libsss_autofs-1.14.0-30.el7.x86_64
libsss_idmap-1.14.0-35.el7.x86_64
sssd-krb5-common-1.14.0-35.el7.x86_64
sssd-ldap-1.14.0-35.el7.x86_64
libsss_simpleifp-1.14.0-35.el7.x86_64
sssd-ipa-1.14.0-35.el7.x86_64
libsss_nss_idmap-1.14.0-30.el7.x86_64
sssd-debuginfo-1.14.0-30.el7.x86_64
python-sssdconfig-1.14.0-35.el7.noarch
sssd-common-pac-1.14.0-35.el7.x86_64
sssd-dbus-1.14.0-35.el7.x86_64
sssd-ad-1.14.0-35.el7.x86_64
sssd-proxy-1.14.0-35.el7.x86_64
sssd-testlib-0.1-1.el7.noarch
sssd-common-1.14.0-35.el7.x86_64
How reproducible:
Steps to Reproduce:
1.1. Configure sssd.conf as below
[domain/LOCAL]
id_provider = local
debug_level = 0x0080
[sssd]
services = nss,pam
config_file_version = 2
domains = LOCAL
[nss]
filter_groups = root
filter_users = root
2.
[root@client1 db]# sss_groupadd -g 1013 foo1
[root@client1 db]# sss_groupadd -g 1014 foo2
[root@client1 db]# sss_groupmod -a foo1 foo2
Could not modify group - check if member group names are correct
Actual results:
Unable to make a group member of another group
Expected results:
Should be able to create nested groups.
Additional info: