I have a question about user definition in TFS. Should I create a new user account for everyone that want to work in my team in TFS Server?
In sourcesafe or subversion, it did not need to create a user on its server.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you should create account either on a server itself or in a domain this server belongs to. “By design security for Team Foundation is integrated with Windows authentication and based on users and groups,” – from this MSDN reference.
By the way, it is recommended not to give permissions for a particular user, but rather assign permissions to groups and then just add users to those groups.