TFS 2012 Server Update 2
我正在尝试按照以下博客来实现在另一个域上创建构建服务。
Specify the account used to connect to your Team Foundation Server (section)
构建计算机位于与域TFS服务器不同的域b(不可信)上。
我有2个帐户
DomainA中\ tfsbuild
和domainb \ tfsbuild
他们都有相同的密码。
当我尝试使用TFS管理控制台注册构建服务时:
将服务运行为:domainb \ tfsbuild
以:domaina \ tfsbuild
连接到Team Foundation Server
我收到错误“TFS254021:您指定的帐户名或密码无效。是否要求在信任关系中同时使用domaina和domainb?
与此问题类似/相关{i found:
答案 0 :(得分:2)
基本上是的。 TFS authentication基于Windows身份验证。可以从TFS之外的域提供对TFS的访问,但是您必须在这些域之间建立信任关系。否则,您将无法从其他域访问您的TFS服务器。查看Trusts and Forests Considerations for Team Foundation Server。