diff options
| author | Giampaolo Lauria <lauria2@yahoo.com> | 2011-08-30 17:22:06 -0400 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2011-09-09 15:24:02 +1000 |
| commit | 62379dde2389082f17fea6fdaa3821419fdd38a3 (patch) | |
| tree | 8fbe126865b8fdbd48bc92ba20f8bc09db7982be /source4/scripting/bin | |
| parent | 6484e142dc673145fc12f06549d20121e615b7f0 (diff) | |
| download | samba-62379dde2389082f17fea6fdaa3821419fdd38a3.tar.gz samba-62379dde2389082f17fea6fdaa3821419fdd38a3.tar.xz samba-62379dde2389082f17fea6fdaa3821419fdd38a3.zip | |
samba-tool: Removed "acl" command
Removed "acl" command as it has been changed to:
"dsacl" and "ntacl"
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/scripting/bin')
| -rwxr-xr-x | source4/scripting/bin/samba-tool | 2 |
1 files changed, 0 insertions, 2 deletions
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() |
