Skip to content

Instantly share code, notes, and snippets.

@dryliketoast
Last active January 27, 2018 01:11
Show Gist options
  • Select an option

  • Save dryliketoast/63d4ebe2ffa4b2b9023c463a41ede53d to your computer and use it in GitHub Desktop.

Select an option

Save dryliketoast/63d4ebe2ffa4b2b9023c463a41ede53d to your computer and use it in GitHub Desktop.
SAMBA with Win10 version 1709
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