summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-07-22 18:20:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:10:17 -0500
commit7718ef4c6649bfed415b4034e960f1f3dcc07bdb (patch)
tree5e2ed3b33c9747b4b3bc5721247e607b6afdf705 /source4/torture/rpc/rpc.c
parent49f68caed20d2a7d1850e493005bdf85929d6365 (diff)
downloadsamba-7718ef4c6649bfed415b4034e960f1f3dcc07bdb.tar.gz
samba-7718ef4c6649bfed415b4034e960f1f3dcc07bdb.tar.bz2
samba-7718ef4c6649bfed415b4034e960f1f3dcc07bdb.zip
r17187: Beginnings of a little lsa walker for Samba3, if only to prevent the
regression we had in 3.0.23... Volker (This used to be commit 0236f3b41a4f9015f8551ffb67db59fa48212bf5)
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r--source4/torture/rpc/rpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c
index 752659c48a..67ad1f1ae5 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -134,6 +134,7 @@ NTSTATUS torture_rpc_init(void)
torture_samba3_rpc_sharesec);
register_torture_op("RPC-SAMBA3-GETUSERNAME",
torture_samba3_rpc_getusername);
+ register_torture_op("RPC-SAMBA3-LSA", torture_samba3_rpc_lsa);
register_torture_op("RPC-DRSUAPI", torture_rpc_drsuapi);
register_torture_op("RPC-CRACKNAMES", torture_rpc_drsuapi_cracknames);
register_torture_op("RPC-ROT", torture_rpc_rot);