Skip to content

Commit 15cdd29

Browse files
authored
# minor corrections - active_directory_authentication.md (#1436)
1 parent 6ab2cb4 commit 15cdd29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guides/security/authentication/active_directory_authentication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This guide, however, will just cover configuring authentication against Active D
2424

2525
The domain name `ad.company.local` throughout this guide will represent the Active Directory domain. To follow this guide, replace it with your AD domain's actual domain name.
2626

27-
The first step along the way to join a Linux system into AD is to discover your AD cluster, to ensure that the network configuration is correct on both sides.
27+
The first step to joining a Linux system into AD is to discover your AD cluster, to ensure the network configuration is correct on both sides.
2828

2929
### Preparation
3030

@@ -141,7 +141,7 @@ If this succeeds, you have successfully configured Linux to use Active Directory
141141

142142
In a completely default setup, you will need to log in with your AD account by specifying the domain in your username (e.g., `[email protected]`). If this is not the desired behavior, and you instead want to be able to omit the domain name at authentication time, you can configure SSSD to default to a specific domain.
143143

144-
This is actually a relatively simple process, and just requires a configuration tweak in your SSSD configuration file.
144+
This is a relatively straightforward process, requiring a configuration tweak in your SSSD configuration file.
145145

146146
```sh
147147
[user@host ~]$ sudo vi /etc/sssd/sssd.conf
@@ -199,7 +199,7 @@ Now, only users from group1 and group2, or user1 and user2 will be able to conne
199199
Successfully validated join to domain ad.company.local
200200
```
201201

202-
- Get more advanced informations about the domain:
202+
- Get more advanced information about the domain:
203203

204204
```sh
205205
[user@host ~]$ adcli info ad.company.local
@@ -269,7 +269,7 @@ Password for user_test:
269269

270270
Sometimes, the network service will start after SSSD, that cause trouble with authentication.
271271

272-
No AD users will be able to connect until you restarted the service.
272+
No AD users will be able to connect until you restart the service.
273273

274274
In that case, you will have to override the systemd's service file to manage this problem.
275275

0 commit comments

Comments
 (0)