From a390a5878db627a7f0147699fff97a39013816dc Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 13 Nov 2012 16:03:27 +1100 Subject: [PATCH] scripting ntacls: Do not place a SACL in the GPO filesystem ACL On a new GPO created on windows, the SACL is not used. Andrew Bartlett Reviewed by: Jeremy Allison Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Wed Nov 14 00:34:50 CET 2012 on sn-devel-104 --- source4/scripting/python/samba/ntacls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/source4/scripting/python/samba/ntacls.py b/source4/scripting/python/samba/ntacls.py index 89d450a1f10..8992b61266d 100644 --- a/source4/scripting/python/samba/ntacls.py +++ b/source4/scripting/python/samba/ntacls.py @@ -211,7 +211,6 @@ def dsacl2fsacl(dssddl, sid): fdescr.group_sid = ref.group_sid fdescr.type = ref.type fdescr.revision = ref.revision - fdescr.sacl = ref.sacl aces = ref.dacl.aces for i in range(0, len(aces)): ace = aces[i] -- 2.34.1