Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Kerberos test runner default to use TCP rather than UDP #5930

Merged
merged 2 commits into from
Jan 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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