s4:testprogs Don't specify a username/password when checking the ccache
authorAndrew Bartlett <abartlet@samba.org>
Thu, 18 Jun 2009 02:36:00 +0000 (12:36 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 18 Jun 2009 03:49:30 +0000 (13:49 +1000)
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

index b19edfbb3803a3602aa5e70ef193f49c7475e0c4..840002f51eaa37e6928635d8d493a3dc7191c063 100755 (executable)
@@ -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"