Patch to follow.
Created attachment 14235 [details] git-am fix for 4.8.next, 4.7.next Master will fix this separately as part of the impersonation patchsets.
Comment on attachment 14235 [details] git-am fix for 4.8.next, 4.7.next Karolin please add something like this to the commit message: Reviewed-by: Stefan Metzmacher <metze@samba.org> This was fixed differently by commit 539f51f0dfbe4ce317a2978982fd0fc9a7fd6922 in master.
Pushed to autobuild-v4-[8,7]-test.
I guess I'm missing something, so can someone explain, why in `py_smbd_set_simple_acl()` we have: acl = make_simple_acl(frame, gid, mode); if (acl == NULL) { TALLOC_FREE(frame); return NULL; } conn = get_conn(frame, service); if (!conn) { return NULL; } I.e. we don't do `TALLOC_FREE(frame)` in case we don't get proper conn?
(In reply to Timur Bakeyev from comment #4) If I got him right, Volker said that Timur is correct here. Re-assigning to Jeremy for an additional patch. Leaving this one in the release branches as it's not introduced by this patch.
Created attachment 14321 [details] Additional git-am fix for 4.8.next, 4.7.next.
(In reply to Jeremy Allison from comment #6) Thanks, Jeremy! Pushed additional patch to autobuild-v4-[8,7]-test.
(In reply to Karolin Seeger from comment #7) Pushed to both branches. Closing out bug report. Thanks!