Change levels tested from 1 - 3 to 1 - 4 for NETLOGON_CONTROL_SET_DBFLAG
This change triggers a core dump in the server and so we add a knownfail
here. Following commit will fix (and remove known fail)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15465
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
--- /dev/null
+^samba3.rpc.netlogon.admin.admin.LogonControl2Ex.nt4_dc
/*
try a netlogon LogonControl2Ex
*/
+
static bool test_LogonControl2Ex(struct torture_context *tctx,
struct dcerpc_pipe *p,
struct cli_credentials *machine_credentials)
r.in.function_code = NETLOGON_CONTROL_SET_DBFLAG;
r.in.data = &data;
- for (i=1;i<4;i++) {
+ for (i=1;i<=4;i++) {
r.in.level = i;
torture_comment(tctx, "Testing LogonControl2Ex function code %s (%d) level %d\n",