diff options
author | Günther Deschner <gd@samba.org> | 2009-05-29 16:59:35 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-05-29 18:10:04 +0200 |
commit | 8da15dc29a920cd6f4d2ed96e8de4fbcd9d1ba11 (patch) | |
tree | dbcd66104cb3623759470f83a3f8cbc31f2e2987 /source3/script | |
parent | 0542fa9e7d584874612e414066b068548a4d4ec1 (diff) | |
download | samba-8da15dc29a920cd6f4d2ed96e8de4fbcd9d1ba11.tar.gz samba-8da15dc29a920cd6f4d2ed96e8de4fbcd9d1ba11.tar.xz samba-8da15dc29a920cd6f4d2ed96e8de4fbcd9d1ba11.zip |
s3-selftest: enable NETAPI-INITIALIZE and NETAPI-USER against samba3.
Guenther
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_posix_s3.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh index 83593dde4d..03e145d2c0 100755 --- a/source3/script/tests/test_posix_s3.sh +++ b/source3/script/tests/test_posix_s3.sh @@ -47,12 +47,15 @@ rpc="$rpc RPC-SCHANNEL RPC-SCHANNEL2 RPC-BENCH-SCHANNEL1" local="LOCAL-NSS-WRAPPER" +netapi="NETAPI-INITIALIZE NETAPI-USER" + + # 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 $netapi" if test "x$POSIX_SUBTESTS" != "x" ; then tests="$POSIX_SUBTESTS" |