diff options
author | Günther Deschner <gd@samba.org> | 2009-10-16 01:58:49 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-10-16 02:04:37 +0200 |
commit | 3f80b06d9ed9d1aabb56168ccee90d7d945de8ed (patch) | |
tree | aeb3ff1db50cfac027eb79d869829f0e219d5f51 /source3/script | |
parent | 612deb2699c87fc05b98290e1791493603e7b686 (diff) | |
download | samba-3f80b06d9ed9d1aabb56168ccee90d7d945de8ed.tar.gz samba-3f80b06d9ed9d1aabb56168ccee90d7d945de8ed.tar.bz2 samba-3f80b06d9ed9d1aabb56168ccee90d7d945de8ed.zip |
s3-selftest: enable WINBIND-WBCLIENT against s3.
Guenther
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_posix_s3.sh | 4 |
1 files changed, 3 insertions, 1 deletions
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" |