1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-27 07:42:04 +03:00

samba-tool: Remove gpo setacl command

This commit is contained in:
Amitay Isaacs
2011-08-03 15:09:19 +10:00
committed by Andrew Bartlett
parent eeb0298ac1
commit 4967b04ada

View 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()