From 3d8d382fe57125c1752cab85f9edcb094887b9dc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 27 Nov 2010 23:50:25 +1100 Subject: s4-samba-tool: switched over to python version of samba-tool drs --- source4/scripting/python/samba/netcmd/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/scripting/python') diff --git a/source4/scripting/python/samba/netcmd/__init__.py b/source4/scripting/python/samba/netcmd/__init__.py index 8044454bb6..dafdd77c87 100644 --- a/source4/scripting/python/samba/netcmd/__init__.py +++ b/source4/scripting/python/samba/netcmd/__init__.py @@ -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() -- cgit