#8 SSSD returns incorrect data for LOCAL groups
Closed: Fixed None Opened 15 years ago by sgallagh.

Group definition:

dn: name=localtestgroup,cn=groups,cn=LOCAL,cn=sysdb
objectClass: group
name: localtestgroup
gidNumber: 1000
createTimestamp: 1237380469
member: name=myinfpuser225,cn=users,cn=LOCAL,cn=sysdb
distinguishedName: name=localtestgroup,cn=groups,cn=LOCAL,cn=sysdb

User definition:

dn: name=myinfpuser225,cn=users,cn=LOCAL,cn=sysdb
objectClass: user
name: myinfpuser225
uidNumber: 1001
gidNumber: 1001
fullName: INFP User
gecos: INFP User
homeDirectory: /home/myinfpuser
loginShell: /usr/infshell
createTimestamp: 1237380594
memberof: name=localtestgroup,cn=groups,cn=LOCAL,cn=sysdb
distinguishedName: name=myinfpuser225,cn=users,cn=LOCAL,cn=sysdb

Performing getgrnam behaves as expected:

[sgallagh@sgallagh sssd]$ getent group localtestgroup
localtestgroup:x:1000:myinfpuser225

Performing getgrent does not:

[sgallagh@sgallagh sssd]$ getent group|grep localtestgroup
localtestgroup@LOCAL:x@LOCAL:1000:user225

Fixed last week

resolution: => fixed
status: new => closed

Fields changed

rhbz: => 0

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

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

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