From: Andreas Schneider Date: Thu, 7 Dec 2023 10:43:33 +0000 (+0100) Subject: s3:tests: Fix the test_kerberos_trust in smbget testsuite X-Git-Tag: talloc-2.4.2~360 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=468fb05d6357779228e411076e286abcdb70cf96;p=thirdparty%2Fsamba.git s3:tests: Fix the test_kerberos_trust in smbget testsuite BUG: https://bugzilla.samba.org/show_bug.cgi?id=15532 Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source3/script/tests/test_smbget.sh b/source3/script/tests/test_smbget.sh index 5b65db89a26..50e8cea3900 100755 --- a/source3/script/tests/test_smbget.sh +++ b/source3/script/tests/test_smbget.sh @@ -465,7 +465,7 @@ test_kerberos_trust() $SMBGET --verbose --use-kerberos=required \ -U"${TRUST_F_BOTH_USERNAME}@${TRUST_F_BOTH_REALM}%${TRUST_F_BOTH_PASSWORD}" \ - smb://$SERVER/smbget/testfile + smb://$SERVER.${REALM}/smbget/testfile if [ $? -ne 0 ]; then echo 'ERROR: RC does not match, expected: 0' return 1