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

IFP: GetUserAttr does not search by UPN #5033

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

IFP: GetUserAttr does not search by UPN #5033

sssd-bot opened this issue May 2, 2020 · 0 comments
Assignees
Labels
Bugzilla 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/4065


GetUserAttr parses input name on its own, therefore the name passed to cache_req is unqualified. Because of this, UPN search is not tried if the username search fails.

Steps to reproduce:

  1. Configure SSSD against AD
  2. Set UPN to TestUserUPN@ad.vm
  3. Run:
dbus-send --print-reply --system --dest=org.freedesktop.sssd.infopipe /org/freedesktop/sssd/infopipe org.freedesktop.sssd.infopipe.GetUserAttr string:TestUserUPN@ad.vm array:string:name
Error sbus.Error.NotFound: No such file or directory

Comments


Comment from pbrezina at 2019-08-19 14:41:16

Metadata Update from @pbrezina:


Comment from pbrezina at 2019-08-19 14:57:43

Metadata Update from @pbrezina:

  • Issue assigned to pbrezina

Comment from pbrezina at 2019-09-03 15:42:14

  • master
    • 18611d7 - ifp: let cache_req parse input name so it can fallback to upn search

Comment from pbrezina at 2019-09-03 15:42:15

Metadata Update from @pbrezina:

  • Issue close_status updated to: Fixed
  • Issue status updated to: Closed (was: Open)

Comment from pbrezina at 2019-09-20 10:22:22

  • sssd-1-16
    • cc7b936 - ifp: call tevent_req_post in case of error in ifp_user_get_attr_send
    • c097e2b - ifp: let cache_req parse input name so it can fallback to upn search
@sssd-bot sssd-bot added Bugzilla Closed: Fixed Issue was closed as fixed. labels 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
Bugzilla Closed: Fixed Issue was closed as fixed.
Projects
None yet
Development

No branches or pull requests

2 participants