Subversion 设置为使用 Windows 身份验证,但仍要求用户/密码

发布于 2024-07-29 03:55:39 字数 279 浏览 8 评论 0原文

我已经在我们域中的服务器(称为“dev”)上设置了 SVN 我使用 VisualSVN Server 来执行此操作...

我已将其设置为使用 Windows 身份验证。 我将域用户添加到允许(读/写)列表中 我创建了一个存储库,复制了 url,并在我的客户端计算机上进行了检查。 它仍然要求我输入用户名/密码......显然,它不应该。

我有什么想法可能设置错误吗?

如果我在弹出的框中输入我的域用户名和密码,它就可以工作...... 但是它应该自动发送这个?

I've set up SVN on a server (called 'dev') which is on our domain
I used VisualSVN Server to do this....

I've set it up to use windows auth. I added my domain user to the allowed (Read/Write) list
I created a repository, copied the url, and took a check out on my client machine.
It still asks me for a username / password.... which obviously, it shouldn't.

Any ideas what i may of set up wrong?

If i enter my domain user name and password in the box that pops up, it works...
however it should send this automatically??

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

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

发布评论

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

评论(1

一个人的旅程 2024-08-05 03:55:39

根据我的经验,SVN 会在需要时提示进行身份验证。 这意味着当它没有“缓存”您的用户凭据时、当您更改密码时、当您的密码过期时等等都是一些示例情况。

一旦你输入密码并要求SVN为你保存身份验证,它就不会再次提示,但如果你碰巧在上述的一些特殊情况下访问,出现提示是很正常的。

In my experience, SVN prompts for authentication whenever required. Meaning when it hass not "cached" your user credentials, when you have changed passwords, when your password has expired and so forth are some of the sample situations.

Once you type in the password and ask SVN to save authentication for you, it wont prompt again, but if you happen to access in some of the special situations as described above, it is quite normal to get a prompt.

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