1
0
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:
Lukasz Zalewski
2010-06-07 17:10:28 +01:00
committed by Jelmer Vernooij
parent 38a26f79ea
commit c58c0c2129
4 changed files with 439 additions and 8 deletions

View File

@ -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()