AD DS Schema

Example:

Key Points:


Domains

Example:

Key Points:


Trees

Key Features:

Example:

Root Domain: example.com Child Domain: hr.example.com
Another Child: sales.example.com

These all form a single tree because they share the example.com namespace.


Forests

Key Features:

Example:

Tree 1: example.com → hr.example.com
Tree 2: tech.org → dev.tech.org

Together, these trees form **one forest**.


Organizational Units

attachments/Pasted image 20250609231418.png

Key Features of OUs:

Examples of OUs:

In a domain like company.com, you might have:

company.com ├── OU: HR │ ├── Users: Alice, Bob
│ └── Computers: HR-PC1 ├── OU: IT
│ ├── Users: Charlie, David │ └── Computers: IT-PC1, IT-PC2
├── OU: Finance

Why Use OUs?

Note

OUs are not security principals, which means:

  • You cannot assign permissions directly to an OU.
  • You assign permissions to users or groups, not to the OU itself.

Trusts

Why Are Trusts Needed?

Note

  • Trust does not give automatic access — permissions must still be granted.
  • Trusts allow authentication, but authorization is handled by access control.

Summary Table:

Trust Type Scope Direction Transitive?
Parent-Child Same forest Two-way Yes
Tree-Root Same forest Two-way Yes
External Different forests/domains One- or two-way No
Forest Between forests One- or two-way Yes
Shortcut Within a forest One- or two-way Yes
Realm AD ↔ Non-Windows One- or two-way Yes/No (configurable)