mirror of
https://github.com/samba-team/samba.git
synced 2025-03-04 16:58:42 +03:00
s3-lsa: Fix access mapping in_lsa_OpenTrustedDomain_base()
Signed-off-by: Günther Deschner <gd@samba.org>
This commit is contained in:
parent
15c7a873c2
commit
3e2711c7e0
@ -1567,7 +1567,7 @@ static NTSTATUS _lsa_OpenTrustedDomain_base(struct pipes_struct *p,
|
||||
&access_mask);
|
||||
|
||||
/* map the generic bits to the lsa account ones */
|
||||
se_map_generic(&access_mask, &lsa_account_mapping);
|
||||
se_map_generic(&access_mask, &lsa_trusted_domain_mapping);
|
||||
|
||||
/* get the generic lsa account SD until we store it */
|
||||
status = make_lsa_object_sd(p->mem_ctx, &psd, &sd_size,
|
||||
|
Loading…
x
Reference in New Issue
Block a user