From 3f80b06d9ed9d1aabb56168ccee90d7d945de8ed Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 16 Oct 2009 01:58:49 +0200 Subject: s3-selftest: enable WINBIND-WBCLIENT against s3. Guenther --- source3/script/tests/test_posix_s3.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/script/tests/test_posix_s3.sh') diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh index 48ea2f66cc..cfa6d5ad02 100755 --- a/source3/script/tests/test_posix_s3.sh +++ b/source3/script/tests/test_posix_s3.sh @@ -48,12 +48,14 @@ rpc="$rpc RPC-NETLOGON-S3 RPC-SCHANNEL RPC-SCHANNEL2 RPC-BENCH-SCHANNEL1 RPC-JOI local="LOCAL-NSS-WRAPPER" +winbind="WINBIND-WBCLIENT" + # 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" +tests="$base $raw $rpc $unix $local $winbind" if test "x$POSIX_SUBTESTS" != "x" ; then tests="$POSIX_SUBTESTS" -- cgit