From a8800321ba44dd10d406bc3c31eb22f26d3269ec Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Wed, 5 Jun 2024 12:33:10 -0400 Subject: [PATCH] Active Directory Authentication: remove a few stray commas --- .../security/authentication/active_directory_authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/security/authentication/active_directory_authentication.md b/docs/guides/security/authentication/active_directory_authentication.md index 0ddf29acc9..bea3e61475 100644 --- a/docs/guides/security/authentication/active_directory_authentication.md +++ b/docs/guides/security/authentication/active_directory_authentication.md @@ -139,7 +139,7 @@ If this succeeds, you have successfully configured Linux to use Active Directory ### Setting the default domain -In a completely default setup, you will need to log in with your AD account by specifying the domain in your username (e.g., `john.doe@ad.company.local`). 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. +In a completely default setup, you will need to log in with your AD account by specifying the domain in your username (e.g., `john.doe@ad.company.local`). 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. This is a relatively straightforward process, requiring a configuration tweak in your SSSD configuration file.