Skip to content

Commit 044a7f7

Browse files
committed
Editing Pass - active_directory_authentication
* 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)
1 parent 7ad181c commit 044a7f7

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/guides/security/.pages

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
nav:
3+
- Authentication: authentication
4+
- ...

docs/guides/security/active_directory_authentication.md renamed to docs/guides/security/authentication/active_directory_authentication.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
author: Hayden Young
3+
contributors: Steven Spencer
34
---
45

56
# Active Directory Authentication
@@ -16,7 +17,7 @@ authentication system for Windows systems and for external, LDAP-connected
1617
services. It allows you to configure users and groups, access control,
1718
permissions, auto-mounting, and more.
1819

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
2021
features mentioned, it can handle users, groups, and access control. It is even
2122
possible (through some configuration tweaks on the Linux side and some advanced
2223
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.
2627

2728
## Discovering and joining AD using SSSD
2829

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.
3232

3333
The first step along the way to join a Linux system into AD is to discover your
3434
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.
6969
```
7070

7171
- Ensure that the time on both sides (AD host and Linux system) is synchronized
72-
72+
7373
**To check the time on Rocky Linux:**
7474
```sh
7575
[user@host ~]$ date

0 commit comments

Comments
 (0)