Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8333772 Incorrect Kerberos behavior when udp_preference_limit = 0
  3. JDK-8334132

Release Note: Disable UDP When `udp_preference_limit` Is Set to 0

XMLWordPrintable

      `udp_preference_limit` is a `krb5.conf` setting to control how a KDC-REQ message is sent. If the size of the message is greater than the value of `udp_preference_limit`, TCP will be used; otherwise UDP will be used. Before this change, setting it to zero is ignored and the message is sent with UDP. With this change, setting it to zero forces the message to be sent with TCP. This behavior is consistent with other Kerberos 5 vendors.

            weijun Weijun Wang
            weijun Weijun Wang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: