Auto-sync: 2026-04-19 00:02

This commit is contained in:
2026-04-19 00:02:42 +08:00
parent 2ed46e251d
commit 861ba9d1f6
56 changed files with 2131 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
---
title: "Active Directory"
type: entity
tags:
- Identity
- Microsoft
- Authentication
date-added: 2026-04-18
---
## Aliases
- AD
- Windows Server AD
## Description
Microsoft 的目录服务,提供身份验证和资源访问控制。在 SaaS Landing Zone 中Active Directory Account 包含两个 AD 节点,用于域加入和控制资源访问。
## Role in Architecture
- 支持 Windows 实例域加入
- 身份验证和访问控制
- 两个 AD 节点提供高可用性
- 远程访问通过 AD 进行身份验证(从 Checkpoint VPN 迁移到 Pulse VPN
## Related
- [[Microsoft]]:开发公司
- [[Domain Join]]:通过 SRE-provided AMIs 实现自动化域加入
- [[ctp-topic-17-active-directory-services-in-gruntwork-aws-lzs]]Gruntwork AWS Landing Zones 中的 AD 服务集成