Well, this solutions seem to be pointing to when the users are in the same domain that the TFS is. In my case, the users are in a different domain. So, in this case "The server and the user are in the same domain" IS NOT TRUE. They are indeed in two different domains.
I remember with TFS beta 3 refresh, I was able to give this permission through the UI, even to users in two different domains. But now, when I try through the GUI, it tells me :
"Team Foundation Server could not resolve the user or group 'John Smith'. The user or group might be a member of a different domain, or the server might not have access to that domain. Verify the domain membership of the server and any domain trusts."
I tried to use TFSSecurity.exe. Of course I tried to use domain\user form as there no point using just the user as the users are indeed in a different domain. It can not resolve users from a different domain. But, on the TFS server machine, I can give access to the same user on a file by using file properties even if he is in a different domain. That means the trust between the domains are OK?
My question is, is it possible to give a user from different domain access to a TFS project? |