svn commit: samba r15916 - in branches/SAMBA_4_0/source/torture/rpc: .

vlendec at samba.org vlendec at samba.org
Sun May 28 08:21:36 GMT 2006


Author: vlendec
Date: 2006-05-28 08:21:35 +0000 (Sun, 28 May 2006)
New Revision: 15916

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15916

Log:
Modify RPC-AUTHCONTEXT so that it can be anabled in samba3 make test
Modified:
   branches/SAMBA_4_0/source/torture/rpc/bind.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/bind.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/bind.c	2006-05-28 08:17:51 UTC (rev 15915)
+++ branches/SAMBA_4_0/source/torture/rpc/bind.c	2006-05-28 08:21:35 UTC (rev 15916)
@@ -140,7 +140,7 @@
 		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);



More information about the samba-cvs mailing list