在 apache2 Web 服务器上设置 Kerberos 身份验证

发布于 2024-11-17 07:07:06 字数 187 浏览 2 评论 0原文

我正在尝试设置一个 Web 服务器,在向用户显示页面之前使用 kerberos 对用户进行身份验证。我已经遵循了一些在线说明,但是当我到达网页并输入我的凭据时,该页面将再次重新加载登录窗口,并让我再次登录。如果我在登录窗口中点击“取消”,则会显示 401 错误页面,指出我无权访问该页面。看来我的 kerberos 设置不正确,但我无法判断。任何帮助将不胜感激

I'm trying to set up a web server that will authenticate users using kerberos before displaying the page to the user. I've followed some online instructions but when I reach the webpage and type in my credentials, the page will just reload the login window again, and make me login again. If I hit cancel on the login window, it shows me a 401 Error page saying I am not authorized to access the page. It seems like my kerberos is not set up properly, but I have no way to tell. Any help would be appreciated

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

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

发布评论

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

评论(1

空心空情空意 2024-11-24 07:07:06

你设置了什么?您将需要:

  1. 在 apache 中配置的 mod_auth_kerb 服务器
  2. 的计算机帐户 服务器
  3. 的导出密钥表 支持
  4. SPNEGO 的客户端

What did you set up? You will require:

  1. mod_auth_kerb configured in apache
  2. a machine account for the server
  3. an exported keytab for the server
  4. a SPNEGO-capable client
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文