#3178 unable to add local user in sssd to a group in sssd
Closed: Fixed None Opened 7 years ago by mzidek.

Ticket was cloned from Red Hat Bugzilla (product Red Hat Enterprise Linux 7): Bug 1373577

Description of problem:
unable to add local user in sssd to a group in sssd

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. 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.
$ sss_groupadd -g 1009 group1009
$ sss_useradd -u 1009 -h /home/user1009 -s /bin/bash user1009
$ sss_usermod -a group1009 user1009
Could not modify user - check if group names are correct

3.

Actual results:
Unable to make user member to a group in sssd

Expected results:

Should be able to make user member of group in sssd

Additional info:

Fields changed

blockedby: =>
blocking: =>
changelog: =>
coverity: =>
design: =>
design_review: => 0
feature_milestone: =>
fedora_test_page: =>
mark: no => 0
owner: somebody => mzidek
patch: 0 => 1
review: True => 0
selected: =>
testsupdated: => 0

master:

milestone: NEEDS_TRIAGE => SSSD 1.14.2
resolution: => fixed
status: new => closed
version: => 1.14.0

Metadata Update from @mzidek:
- Issue assigned to mzidek
- Issue set to the milestone: SSSD 1.14.2

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/4211

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata