From 07d9922b3e605393a452d1ae8014fca31ebb26df Mon Sep 17 00:00:00 2001 From: Ganna Zhyrnova <112796922+gannazhyrnova@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:43:31 +0300 Subject: [PATCH] active_directory_authentication_with_samba.md Grammar Check --- .../active_directory_authentication_with_samba.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/security/authentication/active_directory_authentication_with_samba.md b/docs/guides/security/authentication/active_directory_authentication_with_samba.md index 197a1605a1..ea06e15228 100644 --- a/docs/guides/security/authentication/active_directory_authentication_with_samba.md +++ b/docs/guides/security/authentication/active_directory_authentication_with_samba.md @@ -1,7 +1,7 @@ --- title: Active Directory Authentication with Samba author: Neel Chauhan -contributors: Steven Spencer +contributors: Steven Spencer, Ganna Zhyrnova tested_with: 9.4 --- @@ -16,13 +16,13 @@ In most enterprises, Microsoft's Active Directory (AD) is the default authentica While connecting Linux to an AD cluster cannot support _all_ of the features mentioned, it can handle users, groups, and access control. It is possible (through some configuration tweaks on the Linux side and some advanced options on the AD side) to distribute SSH keys using AD. -The default way of using Active Directory on Rocky Linux uses SSSD but Samba is a more full-featured alternative. For instance, file sharing can be done with Samba but not SSSD. This guide, however, will just cover configuring authentication against Active Directory using Samba, and will not include any extra configuration on the Windows side. +The default way of using Active Directory on Rocky Linux is using SSSD, but Samba is a more full-featured alternative. For instance, file sharing can be done with Samba but not SSSD. This guide, however, will cover configuring authentication against Active Directory using Samba and will not include any extra configuration on the Windows side. ## Discovering and joining AD using Samba !!! Note - 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. + 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 name. 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.