Windows 2008 Active Directory Branch office Management_MVP Sampath Perera

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    Notes on slide 1

    Change auditing is not enabled by default. To do so:1) Turn on change auditing by auditpol /set /subcategory:"directory service changes" /success:enable2) Set up auditing in object SACLS through ADUC > Security (Advanced) > Auditing3) Filter out excessive events by modifying schema (by setting bit 9 in searchFlags to turn off auditing)

    Note: No changes were made to the settings themselves (E.g., no new “password complexity” options)

    Favorites, Groups & Events

    Windows 2008 Active Directory Branch office Management_MVP Sampath Perera - Presentation Transcript

    1. Windows 2008 Active Directory Branch office Management
      Sampath Perera
      sampath@nanotechglobal.net, sampath_mails@hotmail.com
      www.khgeeks.org
    2. Session Objectives & Takeaways
      Session Objectives:
      Identify the key new AD DS features in WS08
      Explain the value of deploying these features
      Demonstrate these features in real life scenarios
      Key Takeaways:
      Understand when and how to deploy the key new AD DS features
    3. Key Investments areas
      Branch Office
      Manageability
      Security
    4. Key Investments areas
      Branch Office
      Manageability
      Security
    5. Windows 2008 Branch Office Benefits
      Security
      BitLocker
      Server Core
      Read-Only Domain Controller
      Admin Role Separation
      Optimization
      SysVolRéplication
      DFS Réplication
      Protocols
      Administration
      Print Management Console
      PowerShell, WinRS, WinRM
      Virtualization
      Restartable Active Directory
      Hub Site
      Branch Office
    6. Branch Office Dilemma
      HQ Data Center
      Hub Network
      Branch Office
      • Small Number of Employees
      • WAN: Congested, Unreliable
      • Security: Not Sure
      • Admin Proficiency: Generalist
    7. Branch Office Dilemma
      HQ Data Center
      Hub Network
      Option 2:
      Put full DC in branch
      Either give branch admin privilege or manage remotely
      Branch DC being compromised jeopardizes security of corporate AD!!!
      Branch Office
      Option 1:
      Consolidate and remove DCs from branch
      Branch authentication & authorization fails when WAN goes down
    8. So how can we deploy a Domain Controller in this environment?!
    9. Read-Only Domain Controller
      1-Way Replication
      Admin Role Separation
      No replication from RODC to Full-DC
      RODC Server Admin does NOT need to be a Domain Admin
      Prevents Branch Admin from accidentally causing harm to the AD
      Delegated promotion
      Attack on RODC does not propagate to the AD
      RODC
      Passwords not cached by-default
      Policy to configure caching branch specific passwords (secrets) on RODC
      Policy to filter schema attributes from replicating to RODC
    10. RODC – Attacker “experience”
      I have a Read-Only database. Also, no other DC in the enterprise replicates data from me.
      Damn!
      Let’s steal this RODC
      By default I do not have any secrets cached.
      I do not hold any custom app specific attributes either.
      Let’s tamper data on this RODC and use its identity
      Let’s intercept Domain Admin credentials sent to this RODC
      With Admin role separation, the Domain Admin doesn’t need to log-in to me.

      RODC
      Attacker
      RODC
    11. RODC Mitigates “Stolen DC”
      Hub Admin Perspective
    12. Read-Only Domain ControllerPassword Replication Policy
    13. Read-Only Domain ControllerHow it works?
      Branch
      HUB
      Logon request sent to RODC
      RODC
      RODC: Looks in DB "I don't have the users secrets"
      Full DC
      Forwards Request to Full DC
      Full DC authenticates user
      Returns authentication response and TGT back to the RODC
      RODC gives TGT to User and Queues a replication request for the secrets
      Hub DC checks Password Replication Policy to see if Password can be replicated
    14. Read-Only Domain ControllerRecommended Deployment Models
      No accounts cached (default)
      Pro: Most secure, still provides fast authentication and policy processing
      Con: No offline access for anyone
      Most accounts cached
      Pro: Ease of password management. Manageability improvements of RODC and not security.
      Con: More passwords potentially exposed to RODC
      Few accounts (branch-specific accounts) cached
      Pro: Enables offline access for those that need it, and maximizes security for other
      Con: Fine grained administration is new task
    15. Read-Only Domain ControllerUpgrade path from Windows 2003 Domain
      Deployment steps:
      ADPREP /ForestPrep
      ADPREP /DomainPrep
      Promote a Windows Server 2008 DC
      Verify Forest Functional Mode is Windows 2003
      ADPREP /RodcPrep
      Promote RODC
      Test RODCs for application compatibility in your environment!
      Not RODC specific
      RODC
      Specific task
    16. Read-Only Domain ControllerDelegated Administrator (“Local Roles”)
      Delegated RODC Promotion
    17. Read-Only Domain ControllerAdmin role separation
    18. Branch Office & Replication Optimization
      DFS-R replication provides more robust and detailed replication of SYSVOL contents
      Requires Windows Server 2008 Domain Mode
    19. Key Investments areas
      Branch Office
      Manageability
      Security
    20. Directory Service AuditingNew Directory Service Changes Events
      Event logs tell you exactly:
      Who made a change
      When the change was made
      What object/attribute was changed
      The beginning & endvalues
      Auditing controlled by
      Global audit policy
      SACL
      Schema
    21. Directory Service Auditingin Windows Server 2008
    22. Fine-Grained Password PoliciesOverview
      Granular administration of password and lockout policies within a domain
      Usage Examples:
      Administrators
      Strict setting (passwords expire every 14 days)
      Service accounts
      Moderate settings (passwords expire every 31 days, minimum password length 32 characters)
      Average User
      “light” setting (passwords expire every 90 days)
    23. Fine-Grained Password PoliciesAt a glance
      Policies can be applied to:
      Users
      Global security groups
      Does NOT apply to:
      Computer objects
      Organizational Units
      Multiple policies can be associated with the user, but only one applies
    24. Fine-Grained Password PoliciesExample
      Resultant PSO = PSO1
      Precedence = 10
      Password Settings Object
      PSO 1
      Applies To
      Resultant PSO = PSO1
      Applies To
      Precedence = 20
      Password Settings Object
      PSO 2
      Applies To
    25. Key Investments areas
      Branch Office
      Manageability
      Security
    26. Restartable AD DS
      Without a reboot you can now perform offline defragmentation
      DS stopped similar to member server:
      NTDS.dit is offline
      Can log on locally with DSRM password
      Server Core
      Fewer reboots for servicing
      Restartable AD DS
    27. Manageability Improvements
    28. ADUC: Prevent Object Deletion
      Existing Object/OU
      New Organizational Unit
    29. Summary – Key features in Active Directory Directory Services 2008
      Read-Only Domain Controller (RODC)
      Fine Grained Password Policies
      Enhanced Auditing Capabilities
      Restartable AD DS
      AD DS Database Mounting Tool
      DFS-R Sysvol Replication
    30. Your potential. Our passion.
    SlideShare Zeitgeist 2009

    + hycoupehycoupe Nominate

    custom

    97 views, 0 favs, 0 embeds more stats

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 97
      • 97 on SlideShare
      • 0 from embeds
    • Comments 0
    • Favorites 0
    • Downloads 6
    Most viewed embeds

    more

    All embeds

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories