samba-tool: Remove gpo setacl command
authorAmitay Isaacs <amitay@gmail.com>
Wed, 3 Aug 2011 05:09:19 +0000 (15:09 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 13 Aug 2011 00:25:06 +0000 (10:25 +1000)
source4/scripting/python/samba/netcmd/gpo.py

index 07842c29e6ecc86058e41b557789fb28afaf1872..cef711d2d976beade01886b8dffc39b40295bc03 100644 (file)
@@ -955,10 +955,6 @@ class cmd_create(Command):
         print "GPO '%s' created as %s" % (displayname, gpo)
 
 
-class cmd_setacl(Command):
-    """Set ACL on a GPO"""
-
-
 class cmd_gpo(SuperCommand):
     """Group Policy Object (GPO) commands"""
 
@@ -973,4 +969,3 @@ class cmd_gpo(SuperCommand):
     subcommands["setinheritance"] = cmd_setinheritance()
     subcommands["fetch"] = cmd_fetch()
     subcommands["create"] = cmd_create()
-    subcommands["setacl"] = cmd_setacl()