Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-5006629

Kerberos library should only select keys of types that it supports

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 5.0
    • 5.0
    • security-libs

        The Java Kerberos library sometimes cannot use keytabs that contain keys of
        encryption types that it does not support, even though the same keytabs
        might contain keys of encryption types that it does support. The problem
        is that when asked to get a key from the keytab for a service, the library
        simply gets the last key from the keytab for that service. It does not
        look for keys that it can support. Consequently, when it tries to use
        the key, it gets an error.

        This creates an interoperability issue. Java clients cannot use keytabs
        generated by other systems that support other encryption types and happen
        to put those keys after the DES keys.

              busersunw Btplusnull User (Inactive)
              rleesunw Rosanna Lee (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: