summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-09 09:38:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:34 -0500
commitab9ca559269f9ef921eb3e6ec3007d2e249c6cfe (patch)
tree60e60ed25dab4c5049cb2e648e1bd35a6d6f34fb /source4/torture/torture.c
parent6836f5d0b167027908da9a08b9b219520997b563 (diff)
downloadsamba-ab9ca559269f9ef921eb3e6ec3007d2e249c6cfe.tar.gz
samba-ab9ca559269f9ef921eb3e6ec3007d2e249c6cfe.tar.bz2
samba-ab9ca559269f9ef921eb3e6ec3007d2e249c6cfe.zip
r4617: basic alter_context requests now work in our client library. The test
just does a simple LSA/DSSETUP combo, which is what w2k does in the ACL editor rpc calls that triggered this work (This used to be commit 0129ec947aa1fa5a7104dc3a666af3cb9bd104f1)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index ed3dbb401b..bc4feef3e9 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -2450,6 +2450,7 @@ static struct {
{"RPC-LOGIN", torture_rpc_login, 0},
{"RPC-ROT", torture_rpc_rot, 0},
{"RPC-DSSETUP", torture_rpc_dssetup, 0},
+ {"RPC-ALTERCONTEXT", torture_rpc_alter_context, 0},
/* Distributed COM testers */
{"DCOM-SIMPLE", torture_dcom_simple, 0},