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

s4-samba-tool: switched over to python version of samba-tool drs

This commit is contained in:
Andrew Tridgell
2010-11-27 23:50:25 +11:00
parent d06bf954ba
commit 3d8d382fe5
3 changed files with 3 additions and 12 deletions

View File

@ -168,3 +168,5 @@ from samba.netcmd.join import cmd_join
commands["join"] = cmd_join()
from samba.netcmd.rodc import cmd_rodc
commands["rodc"] = cmd_rodc()
from samba.netcmd.drs import cmd_drs
commands["drs"] = cmd_drs()