Hide Forgot
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:
This error was caused by the same issue as https://bugzilla.redhat.com/show_bug.cgi?id=1373577 Marking as duplicate. *** This bug has been marked as a duplicate of bug 1373577 ***