]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:tests: Fix the test_kerberos_trust in smbget testsuite
authorAndreas Schneider <asn@samba.org>
Thu, 7 Dec 2023 10:43:33 +0000 (11:43 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 10 Dec 2023 21:24:38 +0000 (21:24 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15532

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/script/tests/test_smbget.sh

index 5b65db89a2646ff099cf5d838c033c109c69c0ff..50e8cea3900c19460dfdfac8389d2172db1bd3d5 100755 (executable)
@@ -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