s3-selftest: enable WINBIND-WBCLIENT against s3.
authorGünther Deschner <gd@samba.org>
Thu, 15 Oct 2009 23:58:49 +0000 (01:58 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 16 Oct 2009 00:04:37 +0000 (02:04 +0200)
Guenther

source3/script/tests/test_posix_s3.sh

index 48ea2f66ccf6f2a4d97dd1c6a414049d65c4aed6..cfa6d5ad02b300e48c6bde5725d229e3cf3f49fc 100755 (executable)
@@ -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"