summaryrefslogtreecommitdiff
path: root/source4/scripting/devel
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-07 13:55:20 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-07 23:32:16 +0000
commite59bf5efb5cf23ff21f2a2ac7dff8d211070a916 (patch)
tree212a04395ddd4de0c56b7c501311273113e44fd0 /source4/scripting/devel
parentfc5fecb0b7d6bbbcf3613df302785176e4582b52 (diff)
downloadsamba-e59bf5efb5cf23ff21f2a2ac7dff8d211070a916.tar.gz
samba-e59bf5efb5cf23ff21f2a2ac7dff8d211070a916.tar.bz2
samba-e59bf5efb5cf23ff21f2a2ac7dff8d211070a916.zip
s4-join: modify join behaviour according to domain level
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sun Nov 7 23:32:16 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/scripting/devel')
-rwxr-xr-xsource4/scripting/devel/pfm_verify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/devel/pfm_verify.py b/source4/scripting/devel/pfm_verify.py
index 76fb8e47aa..dbd3d886a6 100755
--- a/source4/scripting/devel/pfm_verify.py
+++ b/source4/scripting/devel/pfm_verify.py
@@ -49,7 +49,7 @@ def _drs_fetch_pfm(server, samdb, creds, lp):
binding_str = "ncacn_ip_tcp:%s[print,seal]" % server
drs = drsuapi.drsuapi(binding_str, lp, creds)
- drs_handle = drs_DsBind(drs)
+ (drs_handle, supported_extensions) = drs_DsBind(drs)
print "DRS Handle: %s" % drs_handle
req8 = drsuapi.DsGetNCChangesRequest8()