#2274 sssd returns inconsistent results for 'id'
Closed: Fixed None Opened 10 years ago by preichl.

When using SSSD in server mode calling 'id' for a user from AD which is a member of universal group which has a member in another trusted AD returns different results when called for 1st and 2nd time and some universal groups are missing.

$ id p_bgates@ad-example.test
uid=750001117(p_bgates@ad-example.test) gid=750001117(p_bgates@ad-example.test) groups=750001117(p_bgates@ad-example.test)
750000513(domain users@ad-example.test)

$ id p_bgates@ad-example.test
uid=750001117(p_bgates@ad-example.test) gid=750001117(p_bgates@ad-example.test) groups=750001117(p_bgates@ad-example.test)
750001166(universal@ad-example.test)
750000513(domain users@ad-example.test)

Sumit fixed a bug in the IPA-AD subdomains provider.

owner: somebody => sbose

Fields changed

resolution: => fixed
status: new => closed

Metadata Update from @preichl:
- Issue assigned to sbose
- Issue set to the milestone: NEEDS_TRIAGE

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

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