保护 IIS 中托管的 Mercurial 存储库的安全

发布于 2024-12-28 22:36:08 字数 240 浏览 1 评论 0原文

我有几个使用 HgWebDir.cgi 托管的 Mercurial 存储库。它在 IIS 中运行,但不使用 Active Directory。

目前对任何存储库都没有限制。任何人都可以从任何存储库中推送和拉取。我希望拥有用户级安全性,只允许用户查看他们的存储库。

我已经看过有关如何使用 Apache 执行此操作的说明。我已经看到有关如何使用 Active Directory 执行此操作的说明。但我不知道如何在我的配置中做到这一点。

I've got several Mercurial repositories being hosted with HgWebDir.cgi. It is running in IIS, but it is not using Active Directory.

Right now there are no restrictions on any of the repositories. Anyone can push and pull from any of the repos. I'd like to have user level security where users are only allowed to see their repositories.

I've seen instructions on how to do this with Apache. I've seen instructions on how to do this with Active Directory. But I can't figure out how to do it in my configuration.

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

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

发布评论

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

评论(1

错爱 2025-01-04 22:36:08
  1. 在 IIS 管理器中选择网站。
  2. 单击窗口底部的“内容视图”。
  3. 右键单击 HgWebDir.cgi 并选择“切换到功能视图”
  4. 单击“授权规则”
  5. 删除任何继承的规则
  6. 单击“添加允许规则”
  7. 标记“指定的指定用户”并添加您的用户名。
  1. Select the website in IIS Manager.
  2. Click “Content View” in the window bottom.
  3. Right click HgWebDir.cgi and choose “Switch to Features View”
  4. Click “Authorization Rules”
  5. Remove any inherited rules
  6. Click “Add Allow Rule”
  7. Mark “Specified specified users” and add your usernames.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文