mirror of
https://github.com/samba-team/samba.git
synced 2025-01-31 01:48:16 +03:00
47edd41bc9
Soon we will have Conditional ACEs and Resource Attribute ACEs. It is expected --indeed mandatory-- that the SDDL representations of these ACEs will contain parentheses, so we can't use '(' and ')' to decide where ACEs stop and start. This means shifting where we make a mutable copy of the SDDL string from per-ACE to per-ACL, and allowing sddl_decode_ace() to decide when its ACE is finished. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>