From c8541d041fdae40d3d941bf7901e03876946d18d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 1 Jan 2005 01:40:45 +0000 Subject: r4462: - enable DSSETUP on ncalrpc - add DSSETUP to the list of tests run in test_rpc.sh (This used to be commit 73c3cdc8ed8dafd544ce4dcac9141124d2b85670) --- source4/librpc/idl/dssetup.idl | 2 +- source4/script/tests/test_rpc.sh | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/source4/librpc/idl/dssetup.idl b/source4/librpc/idl/dssetup.idl index 25045c5879..243eff96e7 100644 --- a/source4/librpc/idl/dssetup.idl +++ b/source4/librpc/idl/dssetup.idl @@ -7,7 +7,7 @@ [ uuid("3919286a-b10c-11d0-9ba8-00c04fd92ef5"), version(0.0), - endpoint("ncacn_np:[\\pipe\\lsarpc]","ncacn_np:[\\pipe\\lsass]"), + endpoint("ncacn_np:[\\pipe\\lsarpc]", "ncacn_np:[\\pipe\\lsass]", "ncalrpc:"), pointer_default(unique), helpstring("Active Directory Setup") ] interface dssetup diff --git a/source4/script/tests/test_rpc.sh b/source4/script/tests/test_rpc.sh index bfce65bbb6..63d22f4083 100755 --- a/source4/script/tests/test_rpc.sh +++ b/source4/script/tests/test_rpc.sh @@ -2,7 +2,9 @@ # add tests to this list as they start passing, so we test # that they stay passing -tests="RPC-SCHANNEL RPC-ECHO" +ncacn_np_tests="RPC-SCHANNEL RPC-ECHO RPC-DSSETUP" +ncalrpc_tests="RPC-SCHANNEL RPC-ECHO RPC-DSSETUP" +ncacn_ip_tcp_tests="RPC-SCHANNEL RPC-ECHO" if [ $# -lt 4 ]; then cat <