#4139 BE_REFRESH: Do not try to refresh domains from other backends
Merged by pbrezina. Opened by lslebodn.
SSSD/ lslebodn/sssd refresh_fixes  into  master

Download 4139.patch

We cannot refresh domains from different sssd_be processes.
We can refresh just subdomains

https://bugzilla.redhat.com/show_bug.cgi?id=1792184

Resolves:
https://pagure.io/SSSD/sssd/issue/XXXX //TODO set number

@jhrozek, you are author of 1a08b53defa7f921a9b0f9e839ca90f91b5f86d2.

Could you review PR?

rebased onto 75ba7aa5945a3cf0e45525ca516bbf30d2299007

Hi @lslebodn,

thanks you for the patch and providing a test build to the reporter. I cloned the BZ ticket to https://pagure.io/SSSD/sssd/issue/4142, can you update your commit message accordingly?

Personally I would use !IS_SUBDOMAIN(...) but your version might be easier to read.

bye,
Sumit

rebased onto 40fdefc85ebfab5f61add4b68fe9d5347a2a3fd1

Hi @lslebodn,
thanks you for the patch and providing a test build to the reporter. I cloned the BZ ticket to https://pagure.io/SSSD/sssd/issue/4142, can you update your commit message accordingly?

done

Personally I would use !IS_SUBDOMAIN(...) but your version might be easier to read.

I checked the code and !IS_SUBDOMAIN(...) is used more often. I changed that
and it fits better to 80 columns :-)

Thanks, ACK.

Commit 007d5b79 fixes this pull-request

Pull-Request has been merged by pbrezina

  • master
    • 007d5b79b7aef67dd843ed9a3b65095faaeb580f - BE_REFRESH: Do not try to refresh domains from other backends
Metadata