1 / 33

AD for Windows 2012 Deeper Dive - Dynamic Access Control and Domain Controller Cloning

2014. AD for Windows 2012 Deeper Dive - Dynamic Access Control and Domain Controller Cloning . Jonathan Core – Domain Controller Cloning Keith Brewer – Dynamic Access Control. DMVMUG Reston, VA http://dmvmug.com. Dynamic Access Control. The access control challenge.

woods
Download Presentation

AD for Windows 2012 Deeper Dive - Dynamic Access Control and Domain Controller Cloning

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 2014 AD for Windows 2012 Deeper Dive - Dynamic Access Control and Domain Controller Cloning Jonathan Core – Domain Controller Cloning Keith Brewer – Dynamic Access Control DMVMUG Reston, VA http://dmvmug.com

  2. Dynamic Access Control

  3. The access control challenge • Control who can access my data • Manage fewer security groups • Protect compliance information

  4. Technical Features Kerberos support for user claims and device authorization information Support for conditional expressions in permission and audit entries File classification, and central access policies provide an end-to-end authorization management solution. Include conditional expression support in Global Object Access Auditing. Automatic Rights Management Services (RMS) encryption for sensitive Office documents (not included in this document). Access denied remediation to ease the burden of troubleshooting share access problems (not included in this document). Dynamic Access Control

  5. New features included in Windows Server 2012 Scenarios Identify data – Automatic and manual classification of files can be applied to tag data in file servers across the organization Control access to files - Central access policies enable organizations to apply safety net policies. For example, you could define who can access health information within the organization. Audit access to files - Central audit policies for compliance reporting and forensic analysis. For example, you could identify who accessed highly sensitive information. Apply RMS protection - Automatic Rights Management Services (RMS) encryption for sensitive Office documents. For example, you could configure RMS to encrypt all documents containing HIPAA information. Dynamic Access Control

  6. Benefits Central access policy for access to files – enable organizations to set safety net policies that reflect the business and regulatory compliance. Auditing for compliance and analysis – Enable targeted auditing across file servers for compliance reporting and forensic analysis Protecting sensitive information – Identifying and protecting sensitive information both in a Windows Server 2012 environment and when it leaves the Windows Server 2012 environment Access denied assistance– Improve access denied experience to reduce the helpdesk load and incident time for troubleshooting access denied Dynamic Access Control

  7. Prerequisites Windows Server 2012 At least one Windows Server 2012 domain controller accessible by the Windows client in the user's domain At least one Windows Server 2012 domain controller in each domain when using claims across a forest trust Windows 8 client (required when using device claims) Dynamic Access Control

  8. Dynamic Access Control Building Blocks

  9. Expression-Based Access Conditions 50 Groups Country x 50 1000 Groups Department x 20 2000 Groups! Restricted Access 2000 groups71 groups with conditional expressions MemberOf(US_SG) AND MemberOf(Finance_SG) AND MemberOf(AllowRestricted_SG) …or… 3 User Claims!

  10. User and Device Claims • Selected AD user/computer attributes are included in the security token • Claims can be used directly in file server permissions • Claims are consistently issued to all users in a forest • Claims can be transformed across trust boundaries • Enables newer types of policies that weren’t possible before: Allow Write if User.MemberOf(Finance) and User.EmployeeType=FullTime and Device.Managed=True

  11. Central access policies File Server AD DS User claims User.Department = Finance User.Clearance = High Device claims Device.Department = Finance Device.Managed = True Resource properties Resource.Department = Finance Resource.Impact = High ACCESS POLICY Applies to: @Resource.Impact= High Allow | Read, Write | if (@User.Department == @File.Department)AND (@Device.Managed == True) 11

  12. Demo:Central Access Policy

  13. Claim Information within the PAC Previously included information User security identifiers Group security identifiers Windows Server 2012 User claims Device security identifiers Device group security identifiers Device claims (optional) KDC asks DSA to retrieve claim information from Active Directory KDC inserts claims retrieved by DSA into PAC Claim Support in Windows Server 2012

  14. Flexible Authentication Secure Tunnel (FAST) Known as Kerberos Armoring in Windows 8 (RFC6113) Benefits Protects user pre-authentication data generated from passwords from offline dictionary attacks Protects user Kerberos authentication from KDC error spoofing to downgrade to NTLM Creates a tunnel between the client and the KDC during AS and TGS exchanges Windows 8 armors the AS exchange by using the device’s TGT to protect the request Windows 8 armors the TGS exchange by using the user’s TGT to protect the request Claim Support in Windows Server 2012 Microsoft Confidential - For Internal Use Only

  15. Compound Authentication An extension of Kerberos armoring (FAST) that allows clients to provide the device’s TGT Compound Authentication enables a Windows 8 KDC to issue service tickets that include device authorization data Device authorization data includes: Device groups Device claims Access tokens created from issued service tickets also include device authorization data Claim Support in Windows Server 2012 Microsoft Confidential - For Internal Use Only

  16. Compound Authentication - Requirements Windows 8 Domain Controller Support for Dynamic Access Control and Kerberos armoring Device must support Compound Authentication (Windows 8) Resource device must support Compound Authentication Applications that support Compound Authentication should register their support for Compound Authentication, or You can enable the Kerberos Group Policy setting Support compound authentication Never: KDC will not provide compound authentication. Automatic: Once a Dynamic Access Control aware application is installed, the KDC will always provide compound authentication and after the last Dynamic Access Control aware application is removed the KDC will not provide compound authentication. Always: KDC will always provide compound authentication. Claim Support in Windows Server 2012 Microsoft Confidential - For Internal Use Only

  17. Claim Support in Windows Server 2012 Microsoft Confidential - For Internal Use Only

  18. Kerberos and The New Token • Dynamic Access Control leverages Kerberos • Windows 8 Kerberos extensions • Compound ID – binds a user to the device to be authorized as one principal • Domain Controller issues groups and claims • DC enumerates user claims • Claims delivered in Kerberos PAC • NT Token has sections • User & Device data • Claims and Groups!

  19. Incrementally add capabilities

  20. How Access Check Works ShareSecurity Descriptor Share Permissions Active Directory (cached in local Registry) Cached Central Access Policy Definition File/FolderSecurity Descriptor Cached Central Access Rule Central Access Policy Reference Cached Central Access Rule NTFS Permissions Cached Central Access Rule • Access Control Decision: • Access Check – Share permissions if applicable • Access Check – File permissions • Access Check – Every matching Central Access Rule in Central Access Policy

  21. Demo:Expression-Based ACL

  22. AD Domain Controller Cloning

  23. AD Domain Controller Cloning Before you clone • When it makes sense to use • Considerations before using • Preparation and Pre-Reqs How it works • What is this VM Generation ID you speak of? • From then (prior to 2012) to now • Step – by – Step

  24. Before you Clone When to use it • Primarily for rolling out a number of Virtual Domain Controllers • Initial rollout of 2012 • Disaster Recovery Restore • Lab or Test environment • Increase capacity in large environments (Cloud) Things to consider • History – Microsoft wanted to implement a safeguard for VMs • Volume Generation ID must be supported by Virtualization Technology • Name of DC will be that of original appended w/ -CLNnnnn • Prep includes a few commands • STILL not recommended to restore from snapshots (Safeguard)

  25. Before you Clone (cont’d) Prep and Pre-Reqs • Hypervisor that supports VM-Generation ID (Server 2012) • Deployed 2012 DC in a domain containing 2012 PDCe • Add Source DC to “Cloneable Domain Controllers” group • Run PowerShell cmdlets • Get-ADDCCloningExcludedApplicationList • New-ADDCCloneConfigFile • Export then import VM NOTE: The following server roles are not supported for cloning: • Dynamic Host Configuration Protocol (DHCP) • Active Directory Certificate Services (AD CS) • Active Directory Lightweight Directory Services (AD LDS)

  26. How it works What is VM Generation ID • AD DS initially stores the VM GenerationID identifier as part of the msDS-GenerationID attribute on the domain controller’s computer object From then….. • Problems occur when replication is attempted and we experience USN Rollback (Event ID 2095)

  27. How it works (Cont’d) What is VM Generation ID • AD DS initially stores the VM GenerationID identifier as part of the msDS-GenerationID attribute on the domain controller’s computer object To now (Server 2012) • When VM restored or rebooted, VMGID is compared to what’s in the DIT (AD Database) • If different, invocationID reset & RID pool discarded

  28. How it works Step-by-Step (Assuming you’ve added the clone-able DC to the Security Group) • Create the configuration file • Shutdown the Source DC / VM • Export and Import VM • Power New VM on and verify IF there is a failure – Reboot will result in DSRM More on troubleshooting can be found HERE

  29. Create Configuration File New-ADDCCloneConfigFile -IPv4Address 10.2.1.10 -IPv4DefaultGateway 10.2.1.1 -IPv4SubnetMask 255.255.255.0 -IPv4DNSResolver 10.1.1.10,10.1.1.11 -Static -SiteName CORPDR Checks for PDCe unless offline switch used Verify Source DC is member of “Cloneable Domain Controllers” group Check against applications that may not support cloning Allow List: C:\Windows\System32\ DefaultDCCloneAllowList.xml

  30. Create Configuration File (Cont’d) Get-ADDCCloningExcludedApplicationList • XML Files Used • DefaultDCCloneAllowList.xml • Default of allowed Services on a DC • CustomDCCloneAllowList.xml • Created if GenerateXML switch used when using PS cmdlet above • DCCloneConfig.xml • This is what is ultimately used on boot for cloning and renamed once used. • Location can be one of the following • %windir%\NTDS • Location of DIT • Root of any recoverable media

  31. Short Q & A

  32. References 2014 Domain Controller Cloning • Introduction to AD DS Virtualizationhttp://technet.microsoft.com/en-us/library/hh831734.aspx • Detect and Recover from USN Rollbackhttp://support.microsoft.com/kb/875495 • TechNet Blog – AskPFE : Virtual Domain Controller Cloning in Windows Server 2012http://blogs.technet.com/b/askpfeplat/archive/2012/10/01/virtual-domain-controller-cloning-in-windows-server-2012.aspx • DC Cloning Troubleshootinghttp://technet.microsoft.com/en-us/library/jj574207.aspx DMVMUG Reston, VA http://dmvmug.com

  33. Email: JCore@Microsoft.com Keith.Brewer@Microsoft.com Speakers Blog: http://blogs.technet.com/b/askpfeplat/ Need more information on DMVMUG Visit www.dmvmug.com • Questions?

More Related