KDC has no support for encryption type (14)

前端 未结 3 1317
清歌不尽
清歌不尽 2021-01-14 00:34

I\'m trying to implement SSO with kerberos using spring-security-kerberos extension.

I\'ve created a keytab file and I get the following error when trying to access

3条回答
  •  耶瑟儿~
    2021-01-14 01:04

    Finally got it working: When implementing kerberos authentication for Oracle JDK 6, one should use RC4-HMAC encryption, and so the DES and AES support should be disabled for the user account.

    Why did I check them in the first place is another story....

提交回复
热议问题