Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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., `[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.

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
Expand Down