summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-27 23:50:25 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-28 00:16:38 +1100
commit3d8d382fe57125c1752cab85f9edcb094887b9dc (patch)
tree55b77b5bba72536df8a8eaa8303a006fd0c3d854 /source4/scripting/python/samba/netcmd
parentd06bf954ba780f915ecff2f450f0c9f4c6b79dc0 (diff)
downloadsamba-3d8d382fe57125c1752cab85f9edcb094887b9dc.tar.gz
samba-3d8d382fe57125c1752cab85f9edcb094887b9dc.tar.bz2
samba-3d8d382fe57125c1752cab85f9edcb094887b9dc.zip
s4-samba-tool: switched over to python version of samba-tool drs
Diffstat (limited to 'source4/scripting/python/samba/netcmd')
-rw-r--r--source4/scripting/python/samba/netcmd/__init__.py2
1 files changed, 2 insertions, 0 deletions
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()