diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-27 23:50:25 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-28 00:16:38 +1100 |
commit | 3d8d382fe57125c1752cab85f9edcb094887b9dc (patch) | |
tree | 55b77b5bba72536df8a8eaa8303a006fd0c3d854 /source4/scripting/python | |
parent | d06bf954ba780f915ecff2f450f0c9f4c6b79dc0 (diff) | |
download | samba-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')
-rw-r--r-- | source4/scripting/python/samba/netcmd/__init__.py | 2 |
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() |