Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSSD returns incorrect data for LOCAL groups #1050

Closed
sssd-bot opened this issue May 2, 2020 · 0 comments
Closed

SSSD returns incorrect data for LOCAL groups #1050

sssd-bot opened this issue May 2, 2020 · 0 comments
Labels
Closed: Fixed Issue was closed as fixed.

Comments

@sssd-bot
Copy link

sssd-bot commented May 2, 2020

Cloned from Pagure issue: https://pagure.io/SSSD/sssd/issue/8

  • Created at 2009-03-18 14:40:10 by sgallagh
  • Closed as Fixed
  • Assigned to simo

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

Comments


Comment from simo at 2009-03-27 15:56:36

Fixed last week

resolution: => fixed
status: new => closed


Comment from dpal at 2012-01-19 02:22:00

Fields changed

rhbz: => 0


Comment from sgallagh at 2017-02-24 15:09:13

Metadata Update from @sgallagh:

  • Issue assigned to simo
  • Issue set to the milestone: SSSD 1.0
@sssd-bot sssd-bot added the Closed: Fixed Issue was closed as fixed. label May 2, 2020
@sssd-bot sssd-bot closed this as completed May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed: Fixed Issue was closed as fixed.
Projects
None yet
Development

No branches or pull requests

1 participant