【发布时间】:2011-05-23 16:07:48
【问题描述】:
我们的环境是这样的:
- 我们拥有大量相互信任的 ActiveDirectory 服务器。
- 我们有一个带有 mod_auth_kerb 的 Linux Apache,它针对“主”AD 服务器进行身份验证。
对于某些客户端和域的组合,我们会收到以下错误消息:
krb5_get_init_creds_password() failed: KRB5 error code 68
谷歌搜索显示此错误:
is being returned by Active Directory because your users are
attempting to obtain a Kerberos TGT for a realm that
is not hosted on the server to which they are authenticating.
有没有办法解决这个问题?
【问题讨论】:
标签: active-directory apache2 kerberos