mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
Removed the default DACL from token, as we will not be using it.
This commit is contained in:
parent
f9c9dee013
commit
8324dbcb11
@ -438,7 +438,6 @@ interface security
|
|||||||
uint32 num_sids;
|
uint32 num_sids;
|
||||||
[size_is(num_sids)] dom_sid *sids[*];
|
[size_is(num_sids)] dom_sid *sids[*];
|
||||||
udlong privilege_mask;
|
udlong privilege_mask;
|
||||||
security_acl *default_dacl;
|
|
||||||
} security_token;
|
} security_token;
|
||||||
|
|
||||||
/* bits that determine which parts of a security descriptor
|
/* bits that determine which parts of a security descriptor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user