From 1856106b8e074256be1c2089af69a3090a57c9f4 Mon Sep 17 00:00:00 2001 From: GMouzourou <58315558+GMouzourou@users.noreply.github.com> Date: Wed, 9 Apr 2025 01:33:29 +0100 Subject: [PATCH] Corrected configuration file reference Corrected a copy-paste error from active_directory_authentication.md, which reference sssd.conf. Here it should be smb.conf. --- .../active_directory_authentication_with_samba.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ea06e15228..47cbf4dc3e 100644 --- a/docs/guides/security/authentication/active_directory_authentication_with_samba.md +++ b/docs/guides/security/authentication/active_directory_authentication_with_samba.md @@ -142,7 +142,7 @@ If this succeeds, you have successfully configured Linux to use Active Directory 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 default domain name at authentication time you can configure Samba to default to a specific domain. -This is a relatively straightforward process, requiring a configuration tweak in your SSSD configuration file. +This is a relatively straightforward process, requiring a configuration tweak in your `smb.conf` configuration file. ```sh [user@host ~]$ sudo vi /etc/samba/smb.conf