The configuration of per domain idmap backends only works after a successful enumeration of domains.
Just a quick hint: v4-3-stable with f504681..617bc3f survives an autobuild fine. I don't have the required git foo to correctly prepare the patches in the form required for a backport.
Created attachment 11372 [details] Patches for v4-3-test I created this attachement like this (in a checkout of v4-3-test) git log --oneline f504681..617bc3f|wc -l gives 12 git cherry-pick -x -12 617bc3f ... git format-patch --stdout -12 > ../tmp42.diff.txt git cherry-pick -x f504681..617bc3f would also work but then we would need a more complex way to get the correct git format-patch arguments. Instead of 'wc -l' I typically use '-N' in side of 'less' which is called from git log --oneline...
Pushed to autobuild-v4-3-test
Pushed to v4-2-test