mirror of
https://github.com/samba-team/samba.git
synced 2025-07-23 20:59:10 +03:00
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.
Guenther
This commit is contained in:
@ -45,7 +45,7 @@ NTSTATUS net_rpc_lookup_name(struct net_context *c,
|
||||
}
|
||||
|
||||
result = rpccli_lsa_open_policy(lsa_pipe, mem_ctx, false,
|
||||
SEC_RIGHTS_MAXIMUM_ALLOWED,
|
||||
SEC_FLAG_MAXIMUM_ALLOWED,
|
||||
&pol);
|
||||
if (!NT_STATUS_IS_OK(result)) {
|
||||
d_fprintf(stderr, "open_policy failed: %s\n",
|
||||
|
Reference in New Issue
Block a user