diff options
author | Kai Blin <kai@samba.org> | 2010-01-13 13:58:20 +0100 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-01-14 15:18:35 +0100 |
commit | 743adfda911e9123132fcc0d599080d869f419ab (patch) | |
tree | e894327be7d8ec919faddf01eb5952cce2a6e87c /source3 | |
parent | cf38a1f850dd3712e7cd71364cc86ecba7871d03 (diff) | |
download | samba-743adfda911e9123132fcc0d599080d869f419ab.tar.gz samba-743adfda911e9123132fcc0d599080d869f419ab.tar.xz samba-743adfda911e9123132fcc0d599080d869f419ab.zip |
s3 selftest: Enable the WINBIND-STRUCT tests
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/script/tests/test_posix_s3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh index b16f8b22fe..26bca35fff 100755 --- a/source3/script/tests/test_posix_s3.sh +++ b/source3/script/tests/test_posix_s3.sh @@ -51,7 +51,7 @@ rpc="$rpc RPC-SCHANNEL RPC-SCHANNEL2 RPC-BENCH-SCHANNEL1 RPC-JOIN" local="LOCAL-NSS-WRAPPER LOCAL-NDR" -winbind="WINBIND-WBCLIENT" +winbind="WINBIND-STRUCT 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 |