1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

s4-net: Convert machinepw command to python.

This commit is contained in:
Jelmer Vernooij
2010-04-08 23:58:15 +02:00
parent f83aa13f62
commit 9af8d02b22
7 changed files with 115 additions and 156 deletions

View File

@ -155,3 +155,5 @@ from samba.netcmd.user import cmd_user
commands["user"] = cmd_user()
from samba.netcmd.vampire import cmd_vampire
commands["vampire"] = cmd_vampire()
from samba.netcmd.machinepw import cmd_machinepw
commands["machinepw"] = cmd_machinepw()