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:
committed by
Andrew Bartlett
parent
eeb0298ac1
commit
4967b04ada
@ -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()
|
||||
|
Reference in New Issue
Block a user