#2827 bug in UPN lookups for subdomain users
Closed: Fixed None Opened 8 years ago by jhrozek.

Sumit found out we don't descend to subdomains properly during UPN lookups for subdomain users:

-                dom = get_next_domain(dom, false);
+                if (cmdctx->name_is_upn) {
+                    dom = get_next_domain(dom, true);
+                } else {
+                    dom = get_next_domain(dom, false);
+                }

There is already a patch, this ticked is mostly tracking which branch the patches land in..


Fields changed

owner: somebody => sbose
patch: 0 => 1

master:
- 8ded8b2
- 374268c
- 391b81f
- 2fce47f
- 3688374
- 28ebfa4
- d8125f0
and sssd-1-13:
- b1b0abe
- f2c3994
- 055248c
- 6bb2a01
- 44415c5
- f04ead5
- ae3896a

milestone: NEEDS_TRIAGE => SSSD 1.13.2
resolution: => fixed
status: new => closed

Fields changed

rhbz: => todo

Fields changed

rhbz: todo => 0

Metadata Update from @jhrozek:
- Issue assigned to sbose
- Issue set to the milestone: SSSD 1.13.2

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

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