【发布时间】:2016-02-16 14:18:55
【问题描述】:
我正在集成 RHEL 6.5 服务器和 Windows Server 2008 R2 (Active Directory) 以进行身份验证。即客户端可以使用 AD 中的用户详细信息登录 RHEL 服务。
我遵循相同的程序(配置 3) http://www.redhat.com/en/files/resources/en-rhel-intergrating-rhel-6-active-directory.pdf 和 https://www.youtube.com/watch?v=LEhz5ZVfYJI&index=16&list=WL
我配置相同,但它没有按预期工作。
我收到类似
的错误debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Next authentication method: gssapi-keyex
debug1: No valid Key exchange context
debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure. Minor code may provide more information
Server not found in Kerberos database
debug1: Unspecified GSS failure. Minor code may provide more information
Server not found in Kerberos database
debug1: Unspecified GSS failure. Minor code may provide more information
你能帮我解决这个问题吗?
【问题讨论】:
-
你能提供你的 /etc/krb5.conf 文件的内容吗?
标签: active-directory rhel