From ba968d66842633809967b896c19f284e35f069f1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 7 Jul 2006 02:03:04 +0000 Subject: r16847: Add the parts of the SAMR test that pass back into 'make test'. I still need to figure out what causes the rest to fail... Andrew Bartlett (This used to be commit aa34bd46cb1446b9fb6fd8f1b8ffca5f81b3c052) --- source4/torture/rpc/rpc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture/rpc/rpc.c') diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c index 8d33560d65..a89ffc71d2 100644 --- a/source4/torture/rpc/rpc.c +++ b/source4/torture/rpc/rpc.c @@ -103,6 +103,8 @@ NTSTATUS torture_rpc_init(void) register_torture_op("RPC-DFS", torture_rpc_dfs); register_torture_op("RPC-SPOOLSS", torture_rpc_spoolss); register_torture_op("RPC-SAMR", torture_rpc_samr); + register_torture_op("RPC-SAMR-USERS", torture_rpc_samr_users); + register_torture_op("RPC-SAMR-PASSWORDS", torture_rpc_samr_passwords); register_torture_op("RPC-UNIXINFO", torture_rpc_unixinfo); register_torture_op("RPC-NETLOGON", torture_rpc_netlogon); register_torture_op("RPC-SAMLOGON", torture_rpc_samlogon); -- cgit