summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting')
-rwxr-xr-xsource4/scripting/swig/torture/samr.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/source4/scripting/swig/torture/samr.py b/source4/scripting/swig/torture/samr.py
index e7ee4e8796..f3be954d65 100755
--- a/source4/scripting/swig/torture/samr.py
+++ b/source4/scripting/swig/torture/samr.py
@@ -12,7 +12,6 @@ def test_Connect(handle):
r['access_mask'] = 0x02000000
result = dcerpc.samr_Connect(pipe, r)
-
dcerpc.samr_Close(pipe, result)
print 'testing samr_Connect2'
@@ -68,7 +67,13 @@ def test_QuerySecurity(pipe, handle):
r['sec_info'] = 7
result = dcerpc.samr_QuerySecurity(pipe, r)
- print result
+
+ r = {}
+ r['handle'] = handle
+ r['sec_info'] = 7
+ r['sdbuf'] = result['sdbuf']
+
+ result = dcerpc.samr_SetSecurity(pipe, r)
# Parse command line