diff options
author | Andrew Tridgell <tridge@samba.org> | 2012-11-01 13:31:47 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2012-11-01 15:40:41 +1100 |
commit | 538dd046f1efefbeb8660ef1ff5afd594a003341 (patch) | |
tree | 245d9447508555022e6c119feec265e881a1a4d7 /source4/scripting | |
parent | 5d6ae3498ad77ccdb7a8b3a316d7aa86c2f0c56a (diff) | |
download | samba-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>
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/samba/netcmd/drs.py | 1 |
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 |