From 554972d1d2ede7598eff3450f17c3de0d85fe2e8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 11 Oct 2006 15:26:03 +0000 Subject: r19247: Ok, figured out that wkssvc wksgetinfo also gives the server name. I thought I had tested that w2k3 copies the input server name to output. Volker (This used to be commit b7e54501f773a11892ab5ef3202ee4d57723725e) --- source4/torture/rpc/rpc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/rpc/rpc.c') diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c index 879fa7aa8e..24776d556d 100644 --- a/source4/torture/rpc/rpc.c +++ b/source4/torture/rpc/rpc.c @@ -136,6 +136,7 @@ NTSTATUS torture_rpc_init(void) torture_samba3_rpc_getusername); register_torture_op("RPC-SAMBA3-LSA", torture_samba3_rpc_lsa); register_torture_op("RPC-SAMBA3-SPOOLSS", torture_samba3_rpc_spoolss); + register_torture_op("RPC-SAMBA3-WKSSVC", torture_samba3_rpc_wkssvc); 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); -- cgit