mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Modifications extending functionality of newuser cmd and new net group set of commands for group related operations on ldb
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
This commit is contained in:
committed by
Jelmer Vernooij
parent
38a26f79ea
commit
c58c0c2129
@ -160,3 +160,5 @@ from samba.netcmd.vampire import cmd_vampire
|
||||
commands["vampire"] = cmd_vampire()
|
||||
from samba.netcmd.machinepw import cmd_machinepw
|
||||
commands["machinepw"] = cmd_machinepw()
|
||||
from samba.netcmd.group import cmd_group
|
||||
commands["group"] = cmd_group()
|
||||
|
Reference in New Issue
Block a user