From 033e25fdcea93763e1e8fe295fb6d2c3d261bcc4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 18 Jun 2009 12:36:00 +1000 Subject: s4:testprogs Don't specify a username/password when checking the ccache The purpose of this test is to ensure that the Kerberos credentials cache is valid. If the username and password is specified, this overrides the very thing we are trying to test. Andrew Bartlett --- testprogs/blackbox/test_kinit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testprogs') diff --git a/testprogs/blackbox/test_kinit.sh b/testprogs/blackbox/test_kinit.sh index b19edfbb38..840002f51e 100755 --- a/testprogs/blackbox/test_kinit.sh +++ b/testprogs/blackbox/test_kinit.sh @@ -35,7 +35,7 @@ test_smbclient() { shift shift echo "test: $name" - $VALGRIND $smbclient $CONFIGURATION //$SERVER/tmp -c "$cmd" -W "$DOMAIN" -U"$USERNAME%$PASSWORD" $@ + $VALGRIND $smbclient $CONFIGURATION //$SERVER/tmp -c "$cmd" -W "$DOMAIN" $@ status=$? if [ x$status = x0 ]; then echo "success: $name" -- cgit