如何将 trac 与 apache 授权分离或对齐

发布于 2024-09-04 02:22:04 字数 223 浏览 4 评论 0原文

我的 trac 服务器已经运行了大约一年 - 正如预期的那样顺利运行。今天,我在trac运行的apache服务器上实现了基本的授权。

Trac 现在会选择经过 Apache 身份验证的用户,并且不允许注销或登录。

我尝试创建一个与 trac 用户具有相同名称和密码的 apache 用户,但行为仍然存在 - 我无法访问 trac。

如何使 trac 与 Apache 授权保持一致?

I've had a trac server running for about a year now - chugging along just as expected. Today, I implemented basic authorization on the apache server that trac runs under.

Trac now picks up the user as authenticated by Apache, and doesn't allow either logout or a login.

I tried to create an apache user with the same name and password as a trac user, but the behavior remained - I can't access trac.

How do I align trac with Apache authorization?

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

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

发布评论

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

评论(2

半枫 2024-09-11 02:22:04

HttpAuth 的缺点之一是无法注销(无法关闭浏览器或清除浏览器身份验证)。您可能想从 AccountManagerPlugin 获取。 org" rel="nofollow noreferrer">trac-hacks.org 并使用基于表单的登录进行设置。这使您能够注销。

One of the drawbacks of HttpAuth is the inability to log out (short of closing your browser, or clearing browser auth). You probably want to grab AccountManagerPlugin from trac-hacks.org and set it up with the form-based login. That gives you the ability to log out.

作死小能手 2024-09-11 02:22:04

您需要将 trac 指向 Apache 用户的 htpasswd 文件,然后设置通过 Apache 访问登录页面的权限。您可以在此处找到更多信息。

You will need to point trac to the htpasswd file for Apache users and then set permissions to access the login page through Apache. You can find more information here.

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