Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Security   (RSS)

Deny: revisited

In a previous post , I talked about the deny option and how it’s evaluated. The documentation on MSDN is talking about conflicting permissions on the same level, however, in TFS2008 SP1, permissions are evaluated bottom up and the first match wins. If
Posted by mohamedg | 2 Comments

Thoughts on setting permissions on non-existent items

Permissions in TFS are namespace based. The namespace doesn't have to exist to set a permission on. I can think of some scenarios when this is actually a requirement: You may like to set permissions on future items so that the permissions are effective
Posted by mohamedg | 0 Comments

TFS and HTTPS

Here’s a walkthrough to setup TFS with HTTPS . There are some tips that you may find useful: You may want to avoid using common port numbers like 444 and 445 for TFS website and WSS admin website as other websites may be using them already You may want
Posted by mohamedg | 0 Comments
Filed under: ,

Deny

Some thoughts about permissions, especially deny. Why deny? Because deny is the best way to apply the principle of least privilege . When a permission is set, it shouldn't matter what client is used to access TFS, the permissions are evaluated according
Posted by mohamedg | 0 Comments
 
Page view tracker