Skip to content

Commit

Permalink
Canonicalize client name in krb5kdc-fixture (#61121)
Browse files Browse the repository at this point in the history
This commit changes the value for client name canonicalization to true
in the krb5.conf template file. This is done as a means to workaround
JDK-8246193 which has made it into some builds of JDK8.

Closes #61050
Backport of #61119
  • Loading branch information
jaymode authored Aug 14, 2020
1 parent eec36ad commit 3328a43
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
permitted_enctypes = rc4-hmac
# udp_preference_limit = 1
kdc_timeout = 3000
canonicalize = true

[realms]
${REALM_NAME} = {
Expand Down

0 comments on commit 3328a43

Please sign in to comment.