]> git.ipfire.org Git - thirdparty/samba.git/commit
python/provision: avoid SDDL conversion in set_dir_acl()
authorRalph Boehme <slow@samba.org>
Mon, 31 Jul 2023 13:56:26 +0000 (15:56 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 19 Mar 2025 14:58:32 +0000 (14:58 +0000)
commit301c36d1ad6d81e4983001c607d501bea7551014
tree3acdc42d74c75845346c31acd93fbe13228b3e33
parent62c8dc9fa1f00dd178468edf23d35f6316fce800
python/provision: avoid SDDL conversion in set_dir_acl()

This is not needed and has the potential to loose
information if the sddl code wouldn't have all features
implemented.

No intended change in behaviour.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14927

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

Signed-off-by: Ralph Boehme <slow@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
python/samba/provision/__init__.py