summaryrefslogtreecommitdiff
path: root/source4/scripting/python
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-11-13 16:03:27 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-11-14 00:34:50 +0100
commita390a5878db627a7f0147699fff97a39013816dc (patch)
treecf119abc864d04b2c0ecdb6aec9ad1cc1a6fada8 /source4/scripting/python
parent3e2584a86cc610c000f70105f39e7f3fa881aded (diff)
downloadsamba-a390a5878db627a7f0147699fff97a39013816dc.tar.gz
samba-a390a5878db627a7f0147699fff97a39013816dc.tar.bz2
samba-a390a5878db627a7f0147699fff97a39013816dc.zip
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 <jra@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Nov 14 00:34:50 CET 2012 on sn-devel-104
Diffstat (limited to 'source4/scripting/python')
-rw-r--r--source4/scripting/python/samba/ntacls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/ntacls.py b/source4/scripting/python/samba/ntacls.py
index 89d450a1f1..8992b61266 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]