From 62379dde2389082f17fea6fdaa3821419fdd38a3 Mon Sep 17 00:00:00 2001 From: Giampaolo Lauria Date: Tue, 30 Aug 2011 17:22:06 -0400 Subject: samba-tool: Removed "acl" command Removed "acl" command as it has been changed to: "dsacl" and "ntacl" Signed-off-by: Amitay Isaacs Signed-off-by: Andrew Bartlett --- source4/scripting/bin/samba-tool | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/scripting/bin') diff --git a/source4/scripting/bin/samba-tool b/source4/scripting/bin/samba-tool index 59c0b72b13..2e92041076 100755 --- a/source4/scripting/bin/samba-tool +++ b/source4/scripting/bin/samba-tool @@ -25,7 +25,6 @@ sys.path.insert(0, "bin/python") from samba import netcmd from samba.netcmd import SuperCommand -from samba.netcmd.netacl import cmd_acl from samba.netcmd.dbcheck import cmd_dbcheck from samba.netcmd.delegation import cmd_delegation from samba.netcmd.domain import cmd_domain @@ -48,7 +47,6 @@ class cmd_sambatool(SuperCommand): """samba-tool SuperCommand""" subcommands = {} - subcommands["acl"] = cmd_acl() subcommands["dbcheck"] = cmd_dbcheck() subcommands["delegation"] = cmd_delegation() subcommands["domain"] = cmd_domain() -- cgit