Book Image

Learning Microsoft Windows Server 2012 Dynamic Access Control

By : Jochen Nickel
Book Image

Learning Microsoft Windows Server 2012 Dynamic Access Control

By: Jochen Nickel

Overview of this book

Identifying and classifying information inside a company is one of the most important prerequisites for securing the sensitive information of various business units. Windows Server 2012 Dynamic Access Control helps you not only to classify information, but it also gives you the opportunity and the functionality to provide a safe-net policy across your file servers, showing you some helpful ways of auditing and access denied assistance to improve usability. Understanding the architecture, the design, and implementing the solution, to troubleshooting will be covered in a practical and easy-to-read manner. This book is packed with project-based examples with plenty of information about the architecture, functionality, and extensions of Dynamic Access Control to help you excel in real-life projects. The book guides you through all the stages of a successful implementation of Dynamic Access Control. Microsoft Windows Server 2012 Dynamic Access Control will teach you everything you need to know to create your own projects, and is an essential resource for reviewing or extending already existing implementations. The book initially takes you through the task of understanding all of the functionality and extensions with ideas and overviews to help guide you in the decision process. The whole architecture will be explained in the main building blocks of Dynamic Access control. You will have a strong foundation and understanding of the claims model and Kerberos. Classifying information, the hardest part of the prerequisites to fulfil, is also covered in depth. You will also spend time understanding conditional expressions, and the method used to deploy them across your file server infrastructure. A special chapter is included for handling the data quality and the integration in other systems and strategies. Last, but not least, to get your solution up and running you will learn how to troubleshoot a Dynamic Access Control solution.
Table of Contents (16 chapters)
Learning Microsoft Windows Server 2012 Dynamic Access Control
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Using Claim Transformation and Filtering


If you need to work with claims over organization boundaries, you will need Claim Transformation Policies (CTPs) and Filtering; an Active Directory trust relationship is also a requirement for such a scenario. One of the important requirements that challenge organizations is that in every forest you want to use claims, a Windows 2012 Domain Functional Level (DFL) is required.

Note

A Windows 2012 DFL means that only Windows 2012 Domain Controller or newer is allowed to be part of the domain. You can get more information at http://technet.microsoft.com/en-us/library/cc771294.aspx.

In our projects we have, for example, account forests and resource forests on a green field and in such a scenario, there is normally no problem to meet that requirement. Furthermore, there is always a good chance to meet these requirements when you bring the environments on an actual Operating System level and use the other advantages of Windows 2012. The following figure introduces...