summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-07-07 07:38:36 +0000
committerAndrew Bartlett <abartlet@samba.org>2006-07-07 07:38:36 +0000
commit74d169ca154c0d2d7142c76b162cc7ef4b71f0a6 (patch)
treea2bf7cdc05bc02cc060e58ba40b515ab93fdce78 /source/script
parent439a328956f661d04239a0c12602ac5f9cebb331 (diff)
downloadsamba-74d169ca154c0d2d7142c76b162cc7ef4b71f0a6.tar.gz
samba-74d169ca154c0d2d7142c76b162cc7ef4b71f0a6.tar.xz
samba-74d169ca154c0d2d7142c76b162cc7ef4b71f0a6.zip
r16860: Fix (and reactivate) the RPC-SAMR test. We need to allow these sids
to be created as foreign, even if they are in a local domain. Also we do need the user to exist for the life of the test, as we add it to a group. Andrew Bartlett
Diffstat (limited to 'source/script')
-rwxr-xr-xsource/script/tests/test_rpc.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/script/tests/test_rpc.sh b/source/script/tests/test_rpc.sh
index d6b3056876d..252acca68f3 100755
--- a/source/script/tests/test_rpc.sh
+++ b/source/script/tests/test_rpc.sh
@@ -5,9 +5,9 @@
ncacn_np_tests="RPC-SPOOLSS RPC-SRVSVC RPC-SCHANNEL RPC-JOIN RPC-LSA RPC-ECHO RPC-DSSETUP RPC-ALTERCONTEXT RPC-MULTIBIND NET-API-RPCCONN-BIND NET-API-LISTSHARES NET-API-CREATEUSER NET-API-DELETEUSER"
ncalrpc_tests="RPC-SCHANNEL RPC-JOIN RPC-LSA RPC-ECHO RPC-DSSETUP RPC-ALTERCONTEXT RPC-MULTIBIND NET-API-LISTSHARES NET-API-CREATEUSER NET-API-DELETEUSER"
ncacn_ip_tcp_tests="RPC-SCHANNEL RPC-JOIN RPC-LSA RPC-ECHO RPC-DSSETUP RPC-ALTERCONTEXT RPC-MULTIBIND NET-API-LISTSHARES NET-API-CREATEUSER NET-API-DELETEUSER"
-slow_ncacn_np_tests="RPC-SAMLOGON RPC-SAMR-USERS RPC-SAMR-PASSWORDS"
-slow_ncalrpc_tests="RPC-SAMLOGON RPC-SAMR-USERS RPC-SAMR-PASSWORDS"
-slow_ncacn_ip_tcp_tests="RPC-SAMLOGON RPC-SAMR-USERS RPC-SAMR-PASSWORDS"
+slow_ncacn_np_tests="RPC-SAMLOGON RPC-SAMR RPC-SAMR-USERS RPC-SAMR-PASSWORDS"
+slow_ncalrpc_tests="RPC-SAMLOGON RPC-SAMR RPC-SAMR-USERS RPC-SAMR-PASSWORDS"
+slow_ncacn_ip_tcp_tests="RPC-SAMLOGON RPC-SAMR RPC-SAMR-USERS RPC-SAMR-PASSWORDS"
if [ $# -lt 4 ]; then
cat <<EOF