#269 "id username" should return all group membership with enumeration FALSE
Closed: Fixed None Opened 14 years ago by jgalipea.

Description[[BR]]
This bug is actually like trac ticket #247 but is targeting local domain and not ldap domains. "id <username>" is not returning all group memberships with enumeration set to false.[[BR]][[BR]]

Groups and memberships

[root@localhost ~]# ldbsearch -H /var/lib/sss/db/sssd.ldb objectclass=group
asq: Unable to register control with rootdse!
# record 1
dn: name=test1,cn=groups,cn=LOCAL,cn=sysdb
objectClass: group
name: test1
createTimestamp: 1257864777
gidNumber: 1001
lastUpdate: 1257864777
dataExpireTimestamp: 1257864857
member: name=test,cn=users,cn=LOCAL,cn=sysdb
distinguishedName: name=test1,cn=groups,cn=LOCAL,cn=sysdb

# record 2
dn: name=test2,cn=groups,cn=LOCAL,cn=sysdb
objectClass: group
name: test2
createTimestamp: 1257864779
gidNumber: 1002
lastUpdate: 1257864779
dataExpireTimestamp: 1257864859
member: name=test,cn=users,cn=LOCAL,cn=sysdb
distinguishedName: name=test2,cn=groups,cn=LOCAL,cn=sysdb

# record 3
dn: name=test3,cn=groups,cn=LOCAL,cn=sysdb
objectClass: group
name: test3
createTimestamp: 1257864781
gidNumber: 1003
lastUpdate: 1257864781
dataExpireTimestamp: 1257864861
member: name=test,cn=users,cn=LOCAL,cn=sysdb
distinguishedName: name=test3,cn=groups,cn=LOCAL,cn=sysdb

result[[BR]]

[root@localhost ~]# id -G test
1000
[root@localhost ~]# id test
uid=1000(test) gid=1000(test) groups=1000(test)

Fields changed

component: SSSD => NSS
milestone: NEEDS_TRIAGE => SSSD 1.0 RC
owner: somebody => simo
priority: major => critical

Fields changed

tests: 1 => 0
testsupdated: 0 => 1

jenny can you please test this before we close it ?
I think commit b6dd30c (or maybe an earlier one even) should have fixed it.

status: new => assigned

Fixed in 7e4bf88

fixedin: => 1.0.0rc
resolution: => fixed
status: assigned => closed

Fields changed

rhbz: => 0

Metadata Update from @jgalipea:
- Issue assigned to simo
- Issue set to the milestone: SSSD 1.0 RC

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/1311

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