From b89dbd4dfada4e875f89cccbcb169fa2c1a65a80 Mon Sep 17 00:00:00 2001 From: Andrew Leonard Date: Thu, 30 Jan 2025 09:57:33 +0000 Subject: [PATCH 1/2] Default Adoptium krb5.conf to use TCP rather than UDP to avoid Firewall issues Signed-off-by: Andrew Leonard --- jck/jtrunner/config/default/krb5.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/jck/jtrunner/config/default/krb5.conf b/jck/jtrunner/config/default/krb5.conf index 5c4824e26b..1f2bd76a87 100644 --- a/jck/jtrunner/config/default/krb5.conf +++ b/jck/jtrunner/config/default/krb5.conf @@ -14,6 +14,7 @@ [libdefaults] default_realm = ADOPTIUM_NET + udp_preference_limit = 1 [realms] ADOPTIUM_NET = { From 18cfae73e82e7597a5beed0cacc75eefcb4a960b Mon Sep 17 00:00:00 2001 From: Andrew Leonard Date: Thu, 30 Jan 2025 10:02:14 +0000 Subject: [PATCH 2/2] Default Adoptium krb5.conf to use TCP rather than UDP to avoid Firewall issues Signed-off-by: Andrew Leonard --- jck/jtrunner/config/default/krb5.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/jck/jtrunner/config/default/krb5.conf b/jck/jtrunner/config/default/krb5.conf index 1f2bd76a87..e70537a5c3 100644 --- a/jck/jtrunner/config/default/krb5.conf +++ b/jck/jtrunner/config/default/krb5.conf @@ -10,6 +10,7 @@ # 3. The values in the copied file must be updated to reflect the server set up. # The tests default to using 'default' as the config name. If another name is used it must be # supplied to the test at run time - see opemjdk.test.jck/docs/README.md for more details. +# 4. Use TCP rather than UDP to avoid auth login problems: https://github.com/adoptium/aqa-tests/issues/5929 #---------------------------------------------------------------------------------- [libdefaults]