mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r3981: Use correct access-mask when querying aliases.
Guenther
(This used to be commit 5dde59be09
)
This commit is contained in:
parent
56ea10795c
commit
e1d7b15868
@ -842,7 +842,7 @@ static NTSTATUS test_getallsids(struct smbcli_transport *transport,
|
||||
return status;
|
||||
|
||||
o.in.connect_handle = &connect_handle;
|
||||
o.in.access_mask = 0x200;
|
||||
o.in.access_mask = 0x280;
|
||||
domain_sid = l.out.sid;
|
||||
o.in.sid = l.out.sid;
|
||||
o.out.domain_handle = &domain_handle;
|
||||
@ -854,7 +854,7 @@ static NTSTATUS test_getallsids(struct smbcli_transport *transport,
|
||||
break;
|
||||
}
|
||||
o.in.connect_handle = &connect_handle;
|
||||
o.in.access_mask = 0x200;
|
||||
o.in.access_mask = 0x280;
|
||||
o.in.sid = dom_sid_parse_talloc(mem_ctx, "S-1-5-32");
|
||||
o.out.domain_handle = &builtin_handle;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user