diff --git a/jck/jtrunner/config/default/krb5.conf b/jck/jtrunner/config/default/krb5.conf index 5c4824e26b..e70537a5c3 100644 --- a/jck/jtrunner/config/default/krb5.conf +++ b/jck/jtrunner/config/default/krb5.conf @@ -10,10 +10,12 @@ # 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] default_realm = ADOPTIUM_NET + udp_preference_limit = 1 [realms] ADOPTIUM_NET = {