summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-06-17 23:51:23 +0200
committerKarolin Seeger <kseeger@samba.org>2008-06-23 14:19:22 +0200
commit766c12bc485d04c143079afca93b8ebba3f77f67 (patch)
tree0017a987768b43258c0c028279353ebbf6e942a7
parente8611cb56675259749dcaa51645f9956d1612caa (diff)
downloadsamba-766c12bc485d04c143079afca93b8ebba3f77f67.tar.gz
testsuite: don't give the testuser administrative rights globally.
It breaks RPC-SAMBA3-GETUSERNAME for reasons I have not quite understood yet. Somhow loosing rights fails when the user belogns to BUILTIN\Administrators at some point. Michael (cherry picked from commit 9fe99c69f35b005b66c1eacb5d999cc73f1bb521) (cherry picked from commit cebe6225d5bc584b24c2bebf30db353653df34b0)
-rwxr-xr-xsource/script/tests/selftest.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/script/tests/selftest.sh b/source/script/tests/selftest.sh
index 5cec6d6d03e..15e48b00efb 100755
--- a/source/script/tests/selftest.sh
+++ b/source/script/tests/selftest.sh
@@ -293,15 +293,6 @@ START=`date`
bin/smbclient $CONFIGURATION -L $SERVER_IP -U% -p 139 | head -2
MAKE_TEST_BINARY=""
- MAKE_TEST_BINARY="bin/net"
- printf "%s" "GIVING USER ${USERNAME} ADMINISTRATIVE RIGHTS..."
- bin/net -s $SERVERCONFFILE sam createbuiltingroup \
- Administrators > /dev/null 2>&1 || exit 1
- bin/net -s $SERVERCONFFILE sam addmem \
- BUILTIN\\Administrators $USERNAME > /dev/null 2>&1 || exit 1
- echo "DONE"
- MAKE_TEST_BINARY=""
-
failed=0
. $SCRIPTDIR/tests_$SUBTESTS.sh