Skip to content

Instantly share code, notes, and snippets.

@andrastudio
Created November 7, 2016 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrastudio/211bb2fb82d9c4cb3aa1f9d016116e36 to your computer and use it in GitHub Desktop.
Save andrastudio/211bb2fb82d9c4cb3aa1f9d016116e36 to your computer and use it in GitHub Desktop.
Samba Configuration Template
[global]
netbios name = |NAME|
display charset = |CHARSET|
interfaces = |INTERFACES|
server string = |DESCRIPTION|
unix charset = |CHARSET|
workgroup = |WORKGROUP|
browseable = yes
deadtime = 30
domain master = yes
encrypt passwords = true
enable core files = no
guest account = nobody
guest ok = yes
invalid users = root
local master = yes
load printers = no
map to guest = Bad User
max protocol = SMB2
min receivefile size = 16384
null passwords = yes
obey pam restrictions = yes
os level = 20
passdb backend = smbpasswd
preferred master = yes
printable = no
security = user
smb encrypt = disabled
smb passwd file = /etc/samba/smbpasswd
socket options = TCP_NODELAY IPTOS_LOWDELAY
syslog = 2
use sendfile = yes
writeable = yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment