1
0
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:
Sumit Bose 2011-07-06 16:05:38 +02:00 committed by Günther Deschner
parent 15c7a873c2
commit 3e2711c7e0

View File

@ -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,