You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Moved to sub-folder of security called "authentication"
* Changed the Note line to an admonition and added a period and removed
the double-dash. (minor change)
Copy file name to clipboardExpand all lines: docs/guides/security/authentication/active_directory_authentication.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
2
author: Hayden Young
3
+
contributors: Steven Spencer
3
4
---
4
5
5
6
# Active Directory Authentication
@@ -16,7 +17,7 @@ authentication system for Windows systems and for external, LDAP-connected
16
17
services. It allows you to configure users and groups, access control,
17
18
permissions, auto-mounting, and more.
18
19
19
-
Now, while connecting Linux to an AD cluster cannot support _all_ of the
20
+
Now, while connecting Linux to an AD cluster cannot support _all_ of the
20
21
features mentioned, it can handle users, groups, and access control. It is even
21
22
possible (through some configuration tweaks on the Linux side and some advanced
22
23
options on the AD side) to distribute SSH keys using AD.
@@ -26,9 +27,8 @@ Directory, and will not include any extra configuration on the Windows side.
26
27
27
28
## Discovering and joining AD using SSSD
28
29
29
-
> Note: Throughout this guide, the domain name `ad.company.local` will be used
30
-
> to represent the Active Directory domain -- to follow this guide, replace it
31
-
> with the actual domain name your AD domain uses.
30
+
!!! Note
31
+
Throughout this guide, the domain name `ad.company.local` will be used to represent the Active Directory domain. To follow this guide, replace it with the actual domain name your AD domain uses.
32
32
33
33
The first step along the way to join a Linux system into AD is to discover your
34
34
AD cluster, to ensure that the network configuration is correct on both sides.
@@ -69,7 +69,7 @@ AD cluster, to ensure that the network configuration is correct on both sides.
69
69
```
70
70
71
71
- Ensure that the time on both sides (AD host and Linux system) is synchronized
0 commit comments