[sssd PR#7] Fix initgroups with nested groups (opened)
by fidencio
sumit-bose's pull request #7: "Fix initgroups with nested groups" was opened
PR body:
"""
I think this is a leftover from the change to use fully-qualified names in
sysdb. To verify this you can create a nested group in IPA. Without this patch
the id command will only show the groups the user is a direct member of. With
the patch the indirect groups memberships should be shown as well.
"""
See the full pull-request at https://github.com/SSSD/sssd/pull/7
... or pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/7/head:pr7
git checkout pr7
7 years, 1 month