From b63d6b22e481bc09ac2cbd4dd14e72547bc95f0b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 28 May 2006 08:21:35 +0000 Subject: r15916: Modify RPC-AUTHCONTEXT so that it can be anabled in samba3 make test (This used to be commit 4298fde656ac72a2f0fae9f25e3b5b1f3948f8f5) --- source4/torture/rpc/bind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/rpc') diff --git a/source4/torture/rpc/bind.c b/source4/torture/rpc/bind.c index 4c0ceb29c4..cece5eb928 100644 --- a/source4/torture/rpc/bind.c +++ b/source4/torture/rpc/bind.c @@ -140,7 +140,7 @@ BOOL torture_bind_authcontext(struct torture_context *torture) mem_ctx, "\\\\%s", dcerpc_server_name(lsa_pipe)); ZERO_STRUCT(objectattr); openpolicy.in.attr = &objectattr; - openpolicy.in.access_mask = SEC_GENERIC_WRITE; + openpolicy.in.access_mask = SEC_FLAG_MAXIMUM_ALLOWED; openpolicy.out.handle = &handle; status = dcerpc_lsa_OpenPolicy2(lsa_pipe, mem_ctx, &openpolicy); -- cgit