【问题标题】:mac + tableau + kerbores + hive + cloudera gssMinor code may provide more information (No credentials found with supported encryption typemac + tableau + kerberos + hive + cloudera gss 次要代码可能提供更多信息(未找到支持加密类型的凭据
【发布时间】:2018-06-01 22:09:27
【问题描述】:

即使在使用适当的信息配置了 kerb5.conf 之后,我也无法通过使用 kerberos 身份验证的 cloudera hive 驱动程序连接到 tableau。

问题在于 /etc/krb5.conf 文件中使用的加密属性。在使它起作用之前,我已经删除了以下几行。

default_tgs_enctypes = rc4-hmac default_tkt_enctypes = rc4-hmac permitted_enctypes = rc4-hmac

【问题讨论】:

  • 问题在于 /etc/krb5.conf 文件中使用的加密属性。在使它起作用之前,我已经删除了以下几行。 default_tgs_enctypes = rc4-hmac default_tkt_enctypes = rc4-hmac allowed_enctypes = rc4-hmac
  • edit详细说明您的问题,不要将它们作为cmets发布。

标签: macos hive tableau-api cloudera


【解决方案1】:

问题在于 /etc/krb5.conf 文件中使用的加密属性。在使它起作用之前,我已经删除了以下几行。

default_tgs_enctypes = rc4-hmac
default_tkt_enctypes = rc4-hmac
permitted_enctypes = rc4-hmac

以下是 /etc/krb5.conf 文件的完整 (sudo) 内容。

[libdefaults]
default_realm = NA.CORP.xxx.com
dns_lookup_kdc = true
dns_lookup_realm = false
ticket_lifetime = 86400
renew_lifetime = 604800
forwardable = true

udp_preference_limit = 1
kdc_timeout = 3000
[realms]
NA.xxx.COM = {
kdc = xxx.com
admin_server = xxx1.com
}
default_cc_type = FILE
default_ccache_name = FILE:/tmp/krb5cc_501
[domain_realm]

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2020-03-23
    • 2022-11-10
    • 2015-04-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-10-02
    • 2016-02-26
    相关资源
    最近更新 更多