2010-01-14 130 views
0

我可以通過網絡http://localhost:8080/tfs/web與遠程或本地的任何用戶進入,但是當我嘗試通過Teamprise或VSTS2010進入時,我得到的錯誤是我的憑證是正確的,但我沒有這些保證,爲什麼?我已經tryed與管理員帳戶和用戶帳戶太...幫助TF31003錯誤

TF31003:您的用戶帳戶不 有權限連接到球隊 基礎服務器在 http://x.x.x.x:8080/tfs/cibercell_dc 詢問您的服務器管理員添加 此時,相應的允許您 帳戶

我查看事件查看器,我得到後續NT事件:

TF53010: The following error has occurred in a Team Foundation component or extension: 
Date (UTC): 14/01/2010 07:49:36 p.m. 
Machine: WS08R2 
Application Domain: /LM/W3SVC/8081/ROOT-1-129079721685126418 
Assembly: Microsoft.TeamFoundation.Framework.Server, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 
Service Host: 
Process Details: 
    Process Name: w3wp 
    Process Id: 8148 
    Thread Id: 7972 
    Account name: CIBERCELL\Administrator 

Detailed Message: TF53008: The authentication type is not supported. 

Web Request Details 
    Url: http://190.43.252.222:8081/TeamFoundation/Administration/v3.0/LocationService.asmx [method: POST] 
    User Agent: Team Foundation (devenv.exe, 10.0.21006.1) 
    Headers: Cache-Control=max-age%3d259200&Connection=keep-alive&Via=1.1+bsd.resonanciamedica.com%3a3128+(squid%2f2.6.STABLE16)%2c+1.0+bsd.resonanciamedica.com%3a3128+(squid%2f2.5.STABLE14)&Content-Length=370&Content-Type=application%2fsoap%2bxml%3b+charset%3dutf-8&Accept-Encoding=gzip&Accept-Language=es-PE&Host=190.43.252.222%3a8081&User-Agent=Team+Foundation+(devenv.exe%2c+10.0.21006.1)&X-TFS-Version=1.0.0.0&X-TFS-Session=4a978cb7-31fa-4632-b8f9-bda681100a90&TF-Instance=4a978cb7-31fa-4632-b8f9-bda681100a90&SOAPAction=http%3a%2f%2fmicrosoft.com%2fwebservices%2fConnect&X-Forwarded-For=192.168.0.43%2c+192.168.0.200 
    Path: /TeamFoundation/Administration/v3.0/LocationService.asmx 
    Local Request: False 
    Host Address: 209.45.92.194 
    User: NT AUTHORITY\IUSR [authentication type: ] 

回答

2

當安裝TFS 2010 Beta 2中,你有沒有在IIS選項添加NTLM身份驗證支持?

TFS默認使用NTLM(Windows集成身份驗證)與服務器進行身份驗證。您可以以任何用戶的身份訪問服務器,這表明作爲Team Foundation Server應用程序層的IIS Web應用程序由於某種原因未啓用身份驗證。

+0

我使用NTLM身份驗證的安裝,但我怎麼能重新配置它?我選擇系統帳戶:NT AUTHORITY \ LOCAL NETWORK,似乎IIS不能重新配置身份驗證 – 2010-01-15 15:07:27