From 7b8d30d1bb6403183dceaaff987a8a96700bb942 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 28 May 2009 16:14:18 +0200 Subject: s3-selftest: enable LOCAL-NSS-WRAPPER test against samba 3. Guenther --- source3/script/tests/test_posix_s3.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/script/tests') diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh index 0bcf3695ed..83593dde4d 100755 --- a/source3/script/tests/test_posix_s3.sh +++ b/source3/script/tests/test_posix_s3.sh @@ -45,12 +45,14 @@ rpc="$rpc RPC-LSA-GETUSER RPC-LSA-LOOKUPSIDS RPC-LSA-LOOKUPNAMES" rpc="$rpc RPC-SAMR-USERS RPC-SAMR-USERS-PRIVILEGES RPC-SAMR-PASSWORDS RPC-SAMR-PASSWORDS-PWDLASTSET RPC-SAMR-LARGE-DC RPC-JOIN" rpc="$rpc RPC-SCHANNEL RPC-SCHANNEL2 RPC-BENCH-SCHANNEL1" +local="LOCAL-NSS-WRAPPER" + # 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" +tests="$base $raw $rpc $unix $local" if test "x$POSIX_SUBTESTS" != "x" ; then tests="$POSIX_SUBTESTS" -- cgit From 8da15dc29a920cd6f4d2ed96e8de4fbcd9d1ba11 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 29 May 2009 16:59:35 +0200 Subject: s3-selftest: enable NETAPI-INITIALIZE and NETAPI-USER against samba3. Guenther --- source3/script/tests/test_posix_s3.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source3/script/tests') 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" -- cgit From 90db997d3737aed0dbe115a901a0e8f38ec5a2ac Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 29 May 2009 18:11:39 +0200 Subject: Revert "s3-selftest: enable NETAPI-INITIALIZE and NETAPI-USER against samba3." This reverts commit 8da15dc29a920cd6f4d2ed96e8de4fbcd9d1ba11. --- source3/script/tests/test_posix_s3.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source3/script/tests') diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh index 03e145d2c0..83593dde4d 100755 --- a/source3/script/tests/test_posix_s3.sh +++ b/source3/script/tests/test_posix_s3.sh @@ -47,15 +47,12 @@ 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 $netapi" +tests="$base $raw $rpc $unix $local" if test "x$POSIX_SUBTESTS" != "x" ; then tests="$POSIX_SUBTESTS" -- cgit From df167ee7712a9c92fcb6ca1541dc4d1e5d93da02 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sat, 30 May 2009 02:25:11 +0200 Subject: s3-selftest: Fix invalid /etc/group file used with nss_wrapper. Found by torture test. Guenther --- source3/script/tests/selftest.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/script/tests') diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index 956c5af77b..e3871132d2 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -289,6 +289,7 @@ EOF cat >$NSS_WRAPPER_GROUP<