summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2012-11-01 13:31:47 +1100
committerAndrew Tridgell <tridge@samba.org>2012-11-01 15:40:41 +1100
commit538dd046f1efefbeb8660ef1ff5afd594a003341 (patch)
tree245d9447508555022e6c119feec265e881a1a4d7
parent5d6ae3498ad77ccdb7a8b3a316d7aa86c2f0c56a (diff)
downloadsamba-538dd046f1efefbeb8660ef1ff5afd594a003341.tar.gz
samba-538dd046f1efefbeb8660ef1ff5afd594a003341.tar.bz2
samba-538dd046f1efefbeb8660ef1ff5afd594a003341.zip
samba-tool: "drs options" does not need a samdb connection
this gives us a handy pure RPC client test for use in blackbox testing Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
-rw-r--r--source4/scripting/python/samba/netcmd/drs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/netcmd/drs.py b/source4/scripting/python/samba/netcmd/drs.py
index 074b7af7e4..ff8d8304eb 100644
--- a/source4/scripting/python/samba/netcmd/drs.py
+++ b/source4/scripting/python/samba/netcmd/drs.py
@@ -361,7 +361,6 @@ class cmd_drs_bind(Command):
self.creds = credopts.get_credentials(self.lp, fallback_machine=True)
drsuapi_connect(self)
- samdb_connect(self)
bind_info = drsuapi.DsBindInfoCtr()
bind_info.length = 28