From 3dffd29904b3de145941a7420d56b30611f9616f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 5 Dec 2012 16:11:19 +0100 Subject: s4-torture: use names for r.in.logon_level of netlogon samlogon requests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Stefan Metzmacher --- source4/torture/rpc/samsync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/rpc/samsync.c') diff --git a/source4/torture/rpc/samsync.c b/source4/torture/rpc/samsync.c index b92eb21985..7249705bf7 100644 --- a/source4/torture/rpc/samsync.c +++ b/source4/torture/rpc/samsync.c @@ -95,7 +95,7 @@ static NTSTATUS test_SamLogon(struct torture_context *tctx, r.in.computer_name = workstation; r.in.credential = &auth; r.in.return_authenticator = &auth2; - r.in.logon_level = 2; + r.in.logon_level = NetlogonNetworkInformation; r.in.logon = &logon; r.out.validation = &validation; r.out.authoritative = &authoritative; -- cgit