加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

有没有办法让tortisesvn使用Windows 7 kerberos票证来对抗apache

发布时间:2020-12-14 00:11:56 所属栏目:Windows 来源:网络整理
导读:我有putty能够在我的 Windows 7 x64客户端上使用gssapi来对抗SSH的kerberos登录.即它会转发您登录Windows时获得的票证.我无法弄清楚如何让tortiseSVN做同样的事情.每次我做任何事情,我都可以通过配置文件中的霓虹灯变成自己的服务来提示我输入凭据.但我需要
我有putty能够在我的 Windows 7 x64客户端上使用gssapi来对抗SSH的kerberos登录.即它会转发您登录Windows时获得的票证.我无法弄清楚如何让tortiseSVN做同样的事情.每次我做任何事情,我都可以通过配置文件中的霓虹灯变成自己的服务来提示我输入凭据.但我需要它来使用票证,所以我不必不断输入我的用户名和密码.

如果Tortise不能这样做,有没有人知道Windows的svn客户端呢?

The FAQ says yes.

How do I make GSSAPI authentication work?
The ‘neon’ http library,which is the default for a TortoiseSVN installation,has problems with GSSAPI,but the ‘serf’ library should work. TSVN is linked with both of those DAV libraries,you can configure which one to use in the subversion server file. Go to TSVN->Settings->Network->Subversion server file->Edit.

  1. In TortoiseSVN->Settings->Network->Subversion server file,click on the edit button.
  2. At the bottom of the file change the [global] section by editing the http-library entry (or adding it if it is missing)

    [global]
    http-library = serf

Note that this change will affect all Subversion clients on your PC.

但是,您正在操作的DAV服务器还必须了解GSSAPI / SPNEGO并且可以访问适当的密钥表(HTTP/svn.example.com@EXAMPLE.COM).

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读