Domain Controllers
If it were not for domain controllers, you would not have an Active Directory. The domain controllers are responsible for the entire authentication of users, storage of objects, control of GPOs, and control of the Active Directory database. This is a lot of responsibility, which also requires a lot of security. The following is a list of key responsibilities of a domain controller in Active Directory:
- Authentication of users
The domain controllers are responsible for authenticating all the users that submit credentials. The desired authentication protocol is Kerberos, but if the computer that is generating the authentication does not support Kerberos, a form of NTLM will be used. In most cases, NTLM v2 will be used in place of Kerberos. Table 13-1 breaks down which scenarios use Kerberos and which use NTLM.
- Storage of the Active Directory database
The domain controllers store the Active Directory database locally in the file system. This is just a single file, with some accompanying files for support. The
NTDS.DITfile is the real Active Directory database; it lives in the%systemroot%\NTDSfolder. If this file is compromised or corrupted, it can bring down the entire Active Directory. Ideally, the database for Active Directory should be located on a dedicated physical drive that does not include the system volume.- Storage of GPOs and logon scripts
The domain controllers are also responsible for the GPOs (both default and new) as well as the logon scripts. Both the ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access