From: Stefan Metzmacher Date: Wed, 3 Aug 2011 07:19:05 +0000 (+0200) Subject: TODO: s4:netcmd/gpo.py: we should also convert the SACL to a filesystem one... X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=ff82aeb190e142e802ab66fe0dcee5e9150ac4c5 TODO: s4:netcmd/gpo.py: we should also convert the SACL to a filesystem one... metze --- diff --git a/source4/scripting/python/samba/netcmd/gpo.py b/source4/scripting/python/samba/netcmd/gpo.py index 07842c29e6ec..f5054643cc5d 100644 --- a/source4/scripting/python/samba/netcmd/gpo.py +++ b/source4/scripting/python/samba/netcmd/gpo.py @@ -920,7 +920,7 @@ class cmd_create(Command): fs_sd.type = ds_sd.type fs_sd.revision = ds_sd.revision - # Copy sacl + # TODO: also convert the sacl to a filesystem one fs_sd.sacl = ds_sd.sacl # Copy dacl