Test case is expecting return code of NT_STATUS_OK for changing owner to
'everyone', however 'Windows 2016 server' is returning error code as
NT_STATUS_INVALID_OWNER and test case fails.
Same error code is returned if tested against targets w2k16, win2k12R2, win10, win11,
win7, win8 and winxp as well.
Thus marking this case as not supported for all windows versions till, issue is resolved.
Singed-off-by: Vinit Agnihotri <vagnihot@redhat.com>
Reviewed-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
uint32_t child_get_ace_inherit;
} tflags[16] = {{0}}; /* 2^4 */
+ if (TARGET_IS_WINDOWS(tctx)) {
+ torture_skip(tctx, "Not supported by windows backend\n");
+ }
+
owner_sd = security_descriptor_dacl_create(tctx,
0,
SID_WORLD,