The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Accessing TFS from other Win2K3 accounts

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sam Gentile

Posts: 1605
Nickname: managedcod
Registered: Sep, 2003

Sam Gentile is a Microsoft .NET Consultant who has been working with .NET since the earliest
Accessing TFS from other Win2K3 accounts Posted: Jul 7, 2005 9:35 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Sam Gentile.
Original Post: Accessing TFS from other Win2K3 accounts
Feed Title: Sam Gentile's Blog
Feed URL: http://samgentile.com/blog/Rss.aspx
Feed Description: .NET and Software Development from an experienced perspective - .NET/CLR, Rotor, Interop, MC+/C++, COM+, ES, Mac OS X, Extreme Programming and More!
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Sam Gentile
Latest Posts From Sam Gentile's Blog

Advertisement

I have just gotten a full TFS Beta 2 install working great on Win2K3 Server Standard/SP1. The problem that I had and solved tonight though is that I was unable to access the server (TFS) from any of the other Win2K3 accounts rather than the setup account TFSSETUP. I wanted to do it from other accounts obviously. For instance, I tried to use the Team Client to access the server from the Administrator account and I get permission problems. You must be a member of the Network Administrators TFS Application Group in ADAM which is completely different than the domain accounts. This is typically done by the following:

gssutil.exe /g+ adm: n:domain\username

However, that would fail on any account I tried including Administrator and a regular user I called PROJADMIN with bizarre error messages. What did work, and may help someone else, is to log into the TFSSETUP account and use the “second” method:

To add a user to the Namespace Administrators application group using Team Foundation Client

  1. Log on to the client tier computer using the credentials of a user account that is already a member of the Namespace Administrators application group (for example, Domain\TFSSETUP).

  2. Install Team Foundation Client.

  3. Start Visual Studio and connect to Team Foundation Server.

  4. In Team Explorer, select the Team Foundation Server to manage.

  5. On the Team menu, point to Team Foundation Server Settings, and then click Groups.

  6. In the Global Groups dialog box, select the group you want to add users to, and then click Properties.

  7. In the Team Foundation Server Group Properties dialog box, on the Members tab, select Windows User or Group, and then click Add.

Read: Accessing TFS from other Win2K3 accounts

Topic: Where is Monad’s profile.msh? Previous Topic   Next Topic Topic: Sorting your SQL

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use