mirror of
https://github.com/samba-team/samba.git
synced 2025-02-09 09:57:48 +03:00
The ACE string "(A;CI;RP LCLORC;;;AU)", with a space after "RP", is currently not parsed well by Samba. At the moment we parse only the "RP" and ignore the " LCLORC". What Windows would do is parse it as if it said "RPLCLORC", without the space, thus using all the flags. It seems very likely we thought this was happening with Samba. Soon Samba will have Windows' behaviour here and it will be tested in python/samba/tests/sddl.py. That means this test can relax and focus on whatever it was trying to do with upgradeprovision. We thank it for finding this discrepency. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>