mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
net: Move setexpiry to 'net setexpiry'
Signed-off-by: Andrew Tridgell <tridge@samba.org>
This commit is contained in:
committed by
Andrew Tridgell
parent
b531696a5b
commit
345b25d059
@ -133,3 +133,5 @@ 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.setexpiry import cmd_setexpiry
|
||||
commands["setexpiry"] = cmd_setexpiry()
|
||||
|
Reference in New Issue
Block a user