diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-06-18 12:36:00 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-06-18 13:49:30 +1000 |
commit | 033e25fdcea93763e1e8fe295fb6d2c3d261bcc4 (patch) | |
tree | 1bd3749598f24180ca1f3ddcc7fc2316d5c771b1 /testprogs/blackbox | |
parent | 58e8db912d2213a594714ac29866396098662557 (diff) | |
download | samba-033e25fdcea93763e1e8fe295fb6d2c3d261bcc4.tar.gz samba-033e25fdcea93763e1e8fe295fb6d2c3d261bcc4.tar.bz2 samba-033e25fdcea93763e1e8fe295fb6d2c3d261bcc4.zip |
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
Diffstat (limited to 'testprogs/blackbox')
-rwxr-xr-x | testprogs/blackbox/test_kinit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |