mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
r15916: Modify RPC-AUTHCONTEXT so that it can be anabled in samba3 make test
This commit is contained in:
parent
6af1d738b9
commit
4298fde656
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user