Last active
January 27, 2018 01:11
-
-
Save dryliketoast/63d4ebe2ffa4b2b9023c463a41ede53d to your computer and use it in GitHub Desktop.
SAMBA with Win10 version 1709
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Standalone_Server | |
| If you are not planning to enable anonymous (guest) access to shares | |
| or you need to get things working again without using REGEDIT on Windows | |
| remove the map to guest parameter or set it to Never (default) | |
| map to guest = never | |
| you also need to ensure each share has a user | |
| add users to smb like this: | |
| smbpasswd -a [username] | |
| then in /etc/samba/smb.conf you can | |
| specify which users have access to which shares: | |
| valid users = [username] [username2] [etc] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment