summaryrefslogtreecommitdiff
path: root/source4/scripting/python
diff options
context:
space:
mode:
authorGiampaolo Lauria <lauria2@yahoo.com>2011-06-27 14:31:34 -0400
committerAndrew Tridgell <tridge@samba.org>2011-07-21 10:32:22 +1000
commitc4a92292c127244596795675902176e6483895c7 (patch)
tree5bd30f68973e7a9d985e88ebad5c7723202dcad1 /source4/scripting/python
parent5720143e860158c2aa79fd0101051574cf20d2ee (diff)
downloadsamba-c4a92292c127244596795675902176e6483895c7.tar.gz
samba-c4a92292c127244596795675902176e6483895c7.tar.bz2
samba-c4a92292c127244596795675902176e6483895c7.zip
samba-tool: update test suite for add setpassword
The test suite needs to change from setpassword to "user setpassword" to reflect the new cmd syntax Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/scripting/python')
-rw-r--r--source4/scripting/python/samba/netcmd/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/scripting/python/samba/netcmd/__init__.py b/source4/scripting/python/samba/netcmd/__init__.py
index bc5b0f67ae..7857cbf065 100644
--- a/source4/scripting/python/samba/netcmd/__init__.py
+++ b/source4/scripting/python/samba/netcmd/__init__.py
@@ -178,8 +178,6 @@ from samba.netcmd.pwsettings import cmd_pwsettings
commands["pwsettings"] = cmd_pwsettings()
from samba.netcmd.domainlevel import cmd_domainlevel
commands["domainlevel"] = cmd_domainlevel()
-from samba.netcmd.setpassword import cmd_setpassword
-commands["setpassword"] = cmd_setpassword()
from samba.netcmd.newuser import cmd_newuser
commands["newuser"] = cmd_newuser()
from samba.netcmd.netacl import cmd_acl