Skip to content

Commit

Permalink
Change Kerberos test runner default to use TCP rather than UDP (#5930)
Browse files Browse the repository at this point in the history
* Default Adoptium krb5.conf to use TCP rather than UDP to avoid Firewall issues

Signed-off-by: Andrew Leonard <anleonar@redhat.com>

* Default Adoptium krb5.conf to use TCP rather than UDP to avoid Firewall issues

Signed-off-by: Andrew Leonard <anleonar@redhat.com>

---------

Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard authored Jan 30, 2025
1 parent f916545 commit 5342fd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jck/jtrunner/config/default/krb5.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 5342fd7

Please sign in to comment.