Skip to content

Commit a494843

Browse files
authored
Corrected configuration file reference (#2664)
Corrected a copy-paste error from active_directory_authentication.md, which reference sssd.conf. Here it should be smb.conf.
1 parent a4e6822 commit a494843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/security/authentication/active_directory_authentication_with_samba.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ If this succeeds, you have successfully configured Linux to use Active Directory
142142

143143
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 default domain name at authentication time you can configure Samba to default to a specific domain.
144144

145-
This is a relatively straightforward process, requiring a configuration tweak in your SSSD configuration file.
145+
This is a relatively straightforward process, requiring a configuration tweak in your `smb.conf` configuration file.
146146

147147
```sh
148148
[user@host ~]$ sudo vi /etc/samba/smb.conf

0 commit comments

Comments
 (0)