From 4d6368f5f5b384af7e8d06425357cb1666ac853f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 19 Mar 2010 09:19:39 +0100 Subject: s3-selftest: enable RAP calls testsuite against samba3. Guenther --- source3/script/tests/test_posix_s3.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh index f1b5608da8..1e95b07451 100755 --- a/source3/script/tests/test_posix_s3.sh +++ b/source3/script/tests/test_posix_s3.sh @@ -54,12 +54,14 @@ local="LOCAL-NSS-WRAPPER LOCAL-NDR" winbind="WINBIND-STRUCT WINBIND-WBCLIENT" +rap="RAP-BASIC" + # NOTE: to enable the UNIX-WHOAMI test, we need to change the default share # config to allow guest access. I'm not sure whether this would break other # tests, so leaving it alone for now -- jpeach unix="UNIX-INFO2" -tests="$base $raw $rpc $unix $local $winbind" +tests="$base $raw $rpc $unix $local $winbind $rap" if test "x$POSIX_SUBTESTS" != "x" ; then tests="$POSIX_SUBTESTS" -- cgit