mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
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>
This commit is contained in:
committed by
Andrew Tridgell
parent
5720143e86
commit
c4a92292c1
@ -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
|
||||
|
Reference in New Issue
Block a user