使用集成身份验证时出现 Kerberos 错误

发布于 2024-10-29 09:05:57 字数 115 浏览 0 评论 0原文

当我在 IIS 6.0 中验证网页时,出现以下错误:

消息类型:KRB-ERROR (30) 错误代码:KRB5KRB_AP_ERR_MODIFIED

有人可以建议可能出了什么问题吗?

I am getting following error when I authenticate a web page in IIS 6.0 :

Msg Type : KRB-ERROR (30)
error-code : KRB5KRB_AP_ERR_MODIFIED

can someone please suggest what could be wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

以酷 2024-11-05 09:05:57

我并不是真的想使用 kerberos,但它只是阻碍了我。无论如何,想出了如何防止这个错误。我只是在网站的 IIS 服务器设置中禁用了“协商”。将其从“协商,NTLM”更改为仅“NTLM”。

现在它使用 NTLM,这对我来说很好。

I did not really want to use kerberos, but it was just holding me down. Anyway, figured out how to prevent this error. I simply disabled Negotiate in IIS server setting for the website. Chaged it from "negotiate, NTLM" to only "NTLM".

It uses NTLM now, which is fine for me.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文