Your company, Contoso, Ltd., has a branch office with poor physical security. You deploy a Read-Only Domain Controller (RODC) to the site. Users at the branch office report they cannot log in when the WAN link to the head office is down. You need to ensure branch users can authenticate locally during a WAN outage. What should you do?
Trap 1: Add the branch office users to the Enterprise Admins group.
Membership in the Enterprise Admins group provides broad permissions across the entire forest but does not specifically address the local caching of credentials on an RODC. Over-privileging users for the sake of branch office authentication introduces significant security risks and violates the principle of least privilege required for secure Active Directory environments.
Trap 2: Modify the Denied RODC Password Replication Group to include the…
Adding users to the Denied RODC Password Replication Group explicitly prevents their passwords from being cached on the RODC hardware. This would worsen the problem by ensuring that authentication always requires a connection to a writable domain controller, making branch office users entirely dependent on the availability of the WAN link to log in.
Trap 3: Enable the 'Store password using reversible encryption' policy for…
Reversible encryption stores passwords in a format that is essentially the same as clear text, which is a significant security vulnerability. This setting is intended for specific legacy application requirements and has no direct relationship with how Read-Only Domain Controllers cache credentials or manage password replication policies across branch office network boundaries.
- A
Add the branch office users to the Enterprise Admins group.
Why wrong: Membership in the Enterprise Admins group provides broad permissions across the entire forest but does not specifically address the local caching of credentials on an RODC. Over-privileging users for the sake of branch office authentication introduces significant security risks and violates the principle of least privilege required for secure Active Directory environments.
- B
Modify the Denied RODC Password Replication Group to include the branch users.
Why wrong: Adding users to the Denied RODC Password Replication Group explicitly prevents their passwords from being cached on the RODC hardware. This would worsen the problem by ensuring that authentication always requires a connection to a writable domain controller, making branch office users entirely dependent on the availability of the WAN link to log in.
- C
Add the branch office users to the Allowed RODC Password Replication Group.
Adding users to this group ensures their credentials are synchronized to the RODC for local authentication. This is the standard administrative practice for branch office deployments where wide area network reliability is a concern, allowing for continued productivity during communication failures while maintaining a reduced attack surface compared to writable domain controllers.
- D
Enable the 'Store password using reversible encryption' policy for the users.
Why wrong: Reversible encryption stores passwords in a format that is essentially the same as clear text, which is a significant security vulnerability. This setting is intended for specific legacy application requirements and has no direct relationship with how Read-Only Domain Controllers cache credentials or manage password replication policies across branch office network boundaries.