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:
@ -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()
|
||||
|
Reference in New Issue
Block a user