1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-16 06:50:24 +03:00

testprogs: Use smbclient by default in test_kinit_trusts

This is the tool we use by default and we should test with it.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12554

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
(cherry picked from commit 9b3ff90dbc5cc1017dfc89831a1081272e6c2356)
This commit is contained in:
Andreas Schneider 2017-03-06 09:13:09 +01:00 committed by Karolin Seeger
parent 202604daaa
commit 9b10b35719

@ -32,7 +32,7 @@ if test -x $samba4bindir/samba4kinit; then
samba4kinit=$samba4bindir/samba4kinit
fi
smbclient="$samba4bindir/smbclient4"
smbclient="$samba4bindir/smbclient"
wbinfo="$samba4bindir/wbinfo"
rpcclient="$samba4bindir/rpcclient"
samba_tool="$samba4bindir/samba-tool"