mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
librpc:security.idl: ace->coda can be resource attribute
And now we see why security_ace_coda was a union. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
498c411017
commit
40d9b08db4
@ -663,6 +663,7 @@ interface security
|
||||
} security_ace_object_ctr;
|
||||
|
||||
typedef [public,nodiscriminant,gensize] union {
|
||||
[case(SEC_ACE_TYPE_SYSTEM_RESOURCE_ATTRIBUTE)] CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1 claim;
|
||||
[default][flag(NDR_REMAINING)] DATA_BLOB ignored;
|
||||
} security_ace_coda;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user